diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1d2c0874a..0de30a7cf 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -13,7 +13,7 @@ variables:
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'
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 8e270d73e..1ba988149 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,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/Lidarr.Common.csproj b/src/NzbDrone.Common/Lidarr.Common.csproj
index 5b845ee7d..dd0e47767 100644
--- a/src/NzbDrone.Common/Lidarr.Common.csproj
+++ b/src/NzbDrone.Common/Lidarr.Common.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/NzbDrone.Core/Lidarr.Core.csproj b/src/NzbDrone.Core/Lidarr.Core.csproj
index 1c2c1869b..064328a00 100644
--- a/src/NzbDrone.Core/Lidarr.Core.csproj
+++ b/src/NzbDrone.Core/Lidarr.Core.csproj
@@ -6,8 +6,8 @@
-
-
+
+
diff --git a/src/NzbDrone.Host/Lidarr.Host.csproj b/src/NzbDrone.Host/Lidarr.Host.csproj
index 6ad0bcb04..a28a87399 100644
--- a/src/NzbDrone.Host/Lidarr.Host.csproj
+++ b/src/NzbDrone.Host/Lidarr.Host.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/src/NzbDrone.Integration.Test/Lidarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Lidarr.Integration.Test.csproj
index 0458cfd28..f57e328ec 100644
--- a/src/NzbDrone.Integration.Test/Lidarr.Integration.Test.csproj
+++ b/src/NzbDrone.Integration.Test/Lidarr.Integration.Test.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/yarn.lock b/yarn.lock
index 0809b4a63..5f1dca63f 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"