From 2f4f7cbf3425ce9a12310455729f6a347fca422f Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 2 Apr 2021 00:38:48 -0400 Subject: [PATCH] Bump NetCore 3.1.13 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/NzbDrone.Common/Lidarr.Common.csproj | 2 +- src/NzbDrone.Core/Lidarr.Core.csproj | 6 +++--- src/NzbDrone.Host/Lidarr.Host.csproj | 4 ++-- .../Lidarr.Integration.Test.csproj | 2 +- yarn.lock | 8 ++++---- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 91cc3216f..d24e9c2e6 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.404' + dotnetVersion: '3.1.407' yarnCacheFolder: $(Pipeline.Workspace)/.yarn trigger: diff --git a/package.json b/package.json index 1ba988149..0da4428d3 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.10", + "@microsoft/signalr": "3.1.13", "@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 4fe8a0b27..c61d934ee 100644 --- a/src/NzbDrone.Common/Lidarr.Common.csproj +++ b/src/NzbDrone.Common/Lidarr.Common.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/NzbDrone.Core/Lidarr.Core.csproj b/src/NzbDrone.Core/Lidarr.Core.csproj index 6c0937b68..cc8d40317 100644 --- a/src/NzbDrone.Core/Lidarr.Core.csproj +++ b/src/NzbDrone.Core/Lidarr.Core.csproj @@ -4,10 +4,10 @@ - + - - + + diff --git a/src/NzbDrone.Host/Lidarr.Host.csproj b/src/NzbDrone.Host/Lidarr.Host.csproj index 17eb78247..a986411f0 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 f57e328ec..c25a6d8b3 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 434144512..b4ecea499 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1080,10 +1080,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@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== +"@microsoft/signalr@3.1.13": + version "3.1.13" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-3.1.13.tgz#3e6988b5c336fba8d3f2daaf9e60d4d3f1b84b6a" + integrity sha512-U3QuWlu5piriiHBPuTdc3rLJudcJM0CS/g8Y5p0eDSkCXbygTal2N28xEpbeUQ0AxW9XE/yfriesjdRicEtIdw== dependencies: eventsource "^1.0.7" request "^2.88.0"