From 313a0b459a133f375c7a26b98f28a65bcdd2098e Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 25 Jun 2022 18:24:44 -0500 Subject: [PATCH] Bump dotnet to 6.0.6 --- azure-pipelines.yml | 2 +- package.json | 2 +- src/Directory.Build.props | 2 +- src/NzbDrone.Core/Prowlarr.Core.csproj | 4 ++-- .../Prowlarr.Integration.Test.csproj | 2 +- yarn.lock | 12 ++++++------ 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 230d511f8..011d9a3d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: buildName: '$(Build.SourceBranchName).$(prowlarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '6.0.201' + dotnetVersion: '6.0.301' innoVersion: '6.2.0' nodeVersion: '16.x' windowsImage: 'windows-2022' diff --git a/package.json b/package.json index 1d4c831c3..0d351012b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/free-regular-svg-icons": "6.1.1", "@fortawesome/free-solid-svg-icons": "6.1.1", "@fortawesome/react-fontawesome": "0.1.18", - "@microsoft/signalr": "6.0.3", + "@microsoft/signalr": "6.0.6", "@sentry/browser": "6.19.2", "@sentry/integrations": "6.19.2", "chart.js": "3.7.1", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c675f8dc2..c226ec800 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -94,7 +94,7 @@ - + diff --git a/src/NzbDrone.Core/Prowlarr.Core.csproj b/src/NzbDrone.Core/Prowlarr.Core.csproj index 596cd9e51..d43d7135a 100644 --- a/src/NzbDrone.Core/Prowlarr.Core.csproj +++ b/src/NzbDrone.Core/Prowlarr.Core.csproj @@ -10,7 +10,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj index 06267ddc9..47586e916 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 10cca6a46..de6dc72ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1150,15 +1150,15 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@microsoft/signalr@6.0.3": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.3.tgz#9904efd48cd488e3c1c80930ff9fbb3c9f55895d" - integrity sha512-wWGVC2xi8OxNjyir8iQWuyxWHy3Dkakk2Q3VreCE7pDzFAgZ4pId6abJlRPMVIQxkUvUGc8knMW5l3sv2bJ/yw== +"@microsoft/signalr@6.0.6": + version "6.0.6" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.6.tgz#6ba53623a64df64a80126694db4e37146647d3fe" + integrity sha512-3dTLtgwEXUeE9R/3NZQslh1B2WbppeHVXdnpvSZc7Yz+tP5Yiw3KCVUHwKUVnYmd9/2v3DaI/pvCdihrss49zA== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7" fetch-cookie "^0.11.0" - node-fetch "^2.6.1" + node-fetch "^2.6.7" ws "^7.4.5" "@mrmlnc/readdir-enhanced@^2.2.1": @@ -4774,7 +4774,7 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -node-fetch@^2.6.1: +node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==