From ec2c7ec5af0bd852db450adb75e3f832e95355c9 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 14 Mar 2021 23:07:49 -0400 Subject: [PATCH] Bump to Net 5.0.4 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/Directory.Build.props | 3 ++- src/NzbDrone.Host/Radarr.Host.csproj | 2 +- .../Radarr.Integration.Test.csproj | 2 +- yarn.lock | 8 ++++---- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14cae7f2d..7889361bb 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.103' + dotnetVersion: '5.0.201' yarnCacheFolder: $(Pipeline.Workspace)/.yarn trigger: diff --git a/package.json b/package.json index 64fdab7b9..95bdc0744 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.2", + "@microsoft/signalr": "5.0.4", "@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 c723db101..5fd518e45 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -43,6 +43,7 @@ $(RadarrRootDir)_output\Radarr.Update\ + false $([MSBuild]::MakeRelative('$(MSBuildProjectDirectory)', '$(BaseIntermediateOutputPath)')) $([MSBuild]::MakeRelative('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)')) $([MSBuild]::MakeRelative('$(MSBuildProjectDirectory)', '$(OutputPath)')) @@ -89,7 +90,7 @@ - + diff --git a/src/NzbDrone.Host/Radarr.Host.csproj b/src/NzbDrone.Host/Radarr.Host.csproj index ff16ff3a2..be560c093 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 1935ed6ab..2406f3b5e 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 81220980e..c1c27c103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1089,10 +1089,10 @@ normalize-path "^2.0.1" through2 "^2.0.3" -"@microsoft/signalr@5.0.2": - version "5.0.2" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.2.tgz#c7ae14f390b54854d317448d473ea3fd99599557" - integrity sha512-sIAObG0rj/XCIeKFpQvzIFd7Rnt7yZJn6MW4QfbvE1+XNK173XXYUVy+MQnh1Tw5N4wVQyDcUPZF3sV3K4EASQ== +"@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== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"