diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d15b28f5a..9f0980d17 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -13,7 +13,7 @@ variables:
buildName: '$(Build.SourceBranchName).$(radarrVersion)'
sentryOrg: 'servarr'
sentryUrl: 'https://sentry.servarr.com'
- dotnetVersion: '3.1.301'
+ dotnetVersion: '3.1.302'
trigger:
branches:
diff --git a/package.json b/package.json
index 61d5b6f72..f1862b0e7 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"@fortawesome/free-regular-svg-icons": "5.13.0",
"@fortawesome/free-solid-svg-icons": "5.13.0",
"@fortawesome/react-fontawesome": "0.1.9",
- "@microsoft/signalr": "3.1.5",
+ "@microsoft/signalr": "3.1.6",
"@popperjs/core": "2.2.1",
"@sentry/browser": "5.15.5",
"@sentry/integrations": "5.15.5",
diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj
index 6fc3345bf..5910b38fd 100644
--- a/src/NzbDrone.Common/Radarr.Common.csproj
+++ b/src/NzbDrone.Common/Radarr.Common.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/NzbDrone.Host/Radarr.Host.csproj b/src/NzbDrone.Host/Radarr.Host.csproj
index fefed08f0..0af8eab71 100644
--- a/src/NzbDrone.Host/Radarr.Host.csproj
+++ b/src/NzbDrone.Host/Radarr.Host.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj
index 9852d7efd..0339c0702 100644
--- a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj
+++ b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/yarn.lock b/yarn.lock
index 8bd4e638e..b58aa47ec 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1037,10 +1037,10 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
-"@microsoft/signalr@3.1.5":
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.5.tgz#9160da8ff2d07c6088f542569b9b7e6b6d4d47f6"
- integrity sha512-S2Y7HhnClipySDwnUVTIKAP5dwMsJrk2fbTVedLn88wcag4q6kb4yzUH44qejJcl6xFmbzU++3KHaH6rvblIrQ==
+"@microsoft/signalr@3.1.6":
+ version "3.1.6"
+ resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.6.tgz#c4d7e3abf634ee817e501f65c0517f966ff2bade"
+ integrity sha512-beVfxZW7RQ+p0t88TCBbfnvOe1e05f3/BsB8MqXl8k7AecuoNP9ocu6ZhaXOm8eJva096QBoWOPfMomG8L6zLA==
dependencies:
eventsource "^1.0.7"
request "^2.88.0"