From b18cc49a83f10e8e3f2aa5b6fc673d5a6f8d8865 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 5 Mar 2022 10:56:25 -0600 Subject: [PATCH] Bump dotnet to 6.0.2 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/Directory.Build.props | 2 +- src/NzbDrone.Common/Radarr.Common.csproj | 2 +- src/NzbDrone.Core/Radarr.Core.csproj | 2 +- .../Radarr.Integration.Test.csproj | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb0732a9c..7f4100832 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: '6.0.101' + dotnetVersion: '6.0.200' innoVersion: '6.2.0' yarnCacheFolder: $(Pipeline.Workspace)/.yarn diff --git a/package.json b/package.json index 26d1df762..a80b9dead 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": "6.0.1", + "@microsoft/signalr": "6.0.2", "@sentry/browser": "6.13.2", "@sentry/integrations": "6.13.2", "classnames": "2.3.1", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 049ca6eeb..8e767f0f4 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -90,7 +90,7 @@ - + diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj index 05a3c89b7..24bede6c8 100644 --- a/src/NzbDrone.Common/Radarr.Common.csproj +++ b/src/NzbDrone.Common/Radarr.Common.csproj @@ -12,7 +12,7 @@ - + diff --git a/src/NzbDrone.Core/Radarr.Core.csproj b/src/NzbDrone.Core/Radarr.Core.csproj index ceb2445f2..984c54fea 100644 --- a/src/NzbDrone.Core/Radarr.Core.csproj +++ b/src/NzbDrone.Core/Radarr.Core.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj index 5071085d6..241d93bb9 100644 --- a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/yarn.lock b/yarn.lock index 8bf741928..a91e1425b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1081,10 +1081,10 @@ dependencies: prop-types "^15.7.2" -"@microsoft/signalr@6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.1.tgz#89eeacabb558cfc90c546f8bf165ea34a1f91c28" - integrity sha512-witYtScUxPxl1QA69AsuVIsn54S4Rcfym3c/ON2bsA0ZWHcvskA0dUnOX9JCxOduGMEGwkMprKFfVTxUO/inzQ== +"@microsoft/signalr@6.0.2": + version "6.0.2" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.2.tgz#5df3fb1d97f940832b12867b1d7184aec9b3a33d" + integrity sha512-OYSRqvOyJWMA9cRvbOIKG0f5wE9xRiayQvkDTQ8gru3WT3WevHk8KGsBUV3x2NmizTSq7gSShQr/l9GkdT/e8g== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"