From f883cab6db932dfae4861019d419b66973553c61 Mon Sep 17 00:00:00 2001 From: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:17:11 +0100 Subject: [PATCH] bump to Dotnet 5.0.5 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/Directory.Build.props | 2 +- src/NzbDrone.Host/Radarr.Host.csproj | 2 +- .../Radarr.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 7889361bb..10af0b1bc 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: '5.0.201' + dotnetVersion: '5.0.202' yarnCacheFolder: $(Pipeline.Workspace)/.yarn trigger: diff --git a/package.json b/package.json index 95bdc0744..da9ca1d8e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,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": "5.0.4", + "@microsoft/signalr": "5.0.5", "@sentry/browser": "5.29.2", "@sentry/integrations": "5.29.2", "ansi-colors": "4.1.1", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5fd518e45..93c8585e8 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -90,7 +90,7 @@ - + diff --git a/src/NzbDrone.Host/Radarr.Host.csproj b/src/NzbDrone.Host/Radarr.Host.csproj index be560c093..7381e85d8 100644 --- a/src/NzbDrone.Host/Radarr.Host.csproj +++ b/src/NzbDrone.Host/Radarr.Host.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj index 2406f3b5e..d1f8a10db 100644 --- a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj @@ -7,7 +7,7 @@ - + diff --git a/yarn.lock b/yarn.lock index c1c27c103..eb13d6879 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1089,10 +1089,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@microsoft/signalr@5.0.4": - version "5.0.4" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.4.tgz#8adeb8c2ed37f15fee71194a60a32de0a55db54c" - integrity sha512-SZ0yeL3feopNBbLdtpJgiMy+ZIG8MlbR5UDqUa9pHZ+9vdYslQEJM4cvZCurCMM4GXhssiNSRVgqcMxdfhhQiQ== +"@microsoft/signalr@5.0.5": + version "5.0.5" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.5.tgz#817d577d76aab33548f1354c72d779a18cc770e2" + integrity sha512-1aIr9LfuVHkJA6YHvJ9+V2GPUOlVtH94babg4LmBHk3tO7bI9YDHz3axYsp/GI5MVMqCKg/7BzEorr6zs/w2XA== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"