diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1c3647ab8e..fe69b1bac8 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.401'
+ dotnetVersion: '3.1.404'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
trigger:
diff --git a/package.json b/package.json
index 629fbe2c5d..681ec5afc9 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"@fortawesome/free-regular-svg-icons": "5.15.0",
"@fortawesome/free-solid-svg-icons": "5.15.0",
"@fortawesome/react-fontawesome": "0.1.11",
- "@microsoft/signalr": "3.1.7",
+ "@microsoft/signalr": "3.1.10",
"@sentry/browser": "5.24.2",
"@sentry/integrations": "5.24.2",
"ansi-colors": "4.1.1",
diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj
index 01aa57003b..b2b08baa03 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 596724dc1e..a3501448c8 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 4f80c04411..94afd5b76c 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/src/Radarr.Api.V3/swagger.json b/src/Radarr.Api.V3/swagger.json
index 07dfa30d61..3980f14b63 100644
--- a/src/Radarr.Api.V3/swagger.json
+++ b/src/Radarr.Api.V3/swagger.json
@@ -704,7 +704,7 @@
"sqliteVersion": "3.32.1",
"migrationVersion": 180,
"urlBase": "",
- "runtimeVersion": "3.1.7",
+ "runtimeVersion": "3.1.10",
"runtimeName": "netCore",
"startTime": "2020-09-01T23:50:20.2415965Z",
"packageUpdateMechanism": "builtIn"
diff --git a/yarn.lock b/yarn.lock
index f723282e1d..6a8d935ad9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1058,10 +1058,10 @@
normalize-path "^2.0.1"
through2 "^2.0.3"
-"@microsoft/signalr@3.1.7":
- version "3.1.7"
- resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.7.tgz#ff547388a05d44421c03f60a0f86aee057b7588e"
- integrity sha512-CC0sQom5SanAy7K6ueAmuWfsWcIv+mIoqUO3qXguPK7YUGx1O2geHgv567Gb4T52yWEXo5UQ1TCeDJecEnbSEg==
+"@microsoft/signalr@3.1.10":
+ version "3.1.10"
+ resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.10.tgz#0fecb862e1bd655f5ba130d851e87e4d2fd28b71"
+ integrity sha512-MSPauolAV+pMMwWE3hIJbuDv03v4o3CNGmDjkWCKuL5qhw28Oa9X099oTpTulrqmDX6755cvIWv7EwbyIij4wA==
dependencies:
eventsource "^1.0.7"
request "^2.88.0"