diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb0732a9c5..7f41008327 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 26d1df762c..a80b9dead9 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 049ca6eebe..8e767f0f40 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 05a3c89b7b..24bede6c89 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 ceb2445f21..984c54fea2 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 5071085d61..241d93bb96 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 8bf7419287..a91e1425bc 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"