From eaff071b16573d781d097698bfa253a80f442e7b Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 26 Jul 2021 21:35:25 -0400 Subject: [PATCH] Bump .Net5 to 5.0.8 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/Directory.Build.props | 2 +- src/NzbDrone.Common/Prowlarr.Common.csproj | 2 +- .../Prowlarr.Integration.Test.csproj | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdd5baf3c..84d62b940 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ variables: buildName: '$(Build.SourceBranchName).$(prowlarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '5.0.203' + dotnetVersion: '5.0.302' yarnCacheFolder: $(Pipeline.Workspace)/.yarn trigger: diff --git a/package.json b/package.json index 72f481bc2..a00671b97 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/free-regular-svg-icons": "5.15.3", "@fortawesome/free-solid-svg-icons": "5.15.3", "@fortawesome/react-fontawesome": "0.1.14", - "@microsoft/signalr": "5.0.6", + "@microsoft/signalr": "5.0.8", "@sentry/browser": "6.3.1", "@sentry/integrations": "6.3.1", "chart.js": "3.2.0", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 462b2182f..6910ac01b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -94,7 +94,7 @@ - + diff --git a/src/NzbDrone.Common/Prowlarr.Common.csproj b/src/NzbDrone.Common/Prowlarr.Common.csproj index 1ac2002a6..be835e51c 100644 --- a/src/NzbDrone.Common/Prowlarr.Common.csproj +++ b/src/NzbDrone.Common/Prowlarr.Common.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj index 8fd7f07cb..df1043e88 100644 --- a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/yarn.lock b/yarn.lock index e6425e3d0..5fd42c03d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1081,10 +1081,10 @@ dependencies: prop-types "^15.7.2" -"@microsoft/signalr@5.0.6": - version "5.0.6" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.6.tgz#b21887e594981bac1f789276e5f2d00a2d14a332" - integrity sha512-ExwKc9L/Dia7gachfekMYNqalH1qAnluNmh1mhTNGqIp0s3SH9DJMi5FSVcmgx8R1K6Sn86Z67lYGBfOlvifLg== +"@microsoft/signalr@5.0.8": + version "5.0.8" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.8.tgz#0504884a4675956f8a09bbf025b54712171639d6" + integrity sha512-g5U7zGa1CeoPztA1VGLiB418sZ6gt8ZEOsX8krpegyMquzH2Qinny1zQjNsg3mgjGlJI+FXD5bO4gVsHGUp2hA== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"