From cd34b35347a9cf15b8875c199399ea96d2d78cc2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 10 Mar 2022 13:24:35 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/arcade build 20220309.5 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22159.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68fa0c98d10..787e935a75a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - 295d305a5520815cbf4ccb3f209f6ee8ba11b45d + ee744068a4fcccc5b8b56e0025f9c95aa19ff318 https://github.com/nuget/nuget.client diff --git a/global.json b/global.json index d8af08589ec..ac20b8f9030 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.22123.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.22159.5" } } From e7498c064121704581d9e8af9dd00c3c5a2d52ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 27 May 2022 12:43:24 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/arcade build 20220526.2 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.22123.4 -> To Version 5.0.0-beta.22276.2 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 1 + global.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 787e935a75a..31eb326d23f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - ee744068a4fcccc5b8b56e0025f9c95aa19ff318 + 9c6a04ea1e79e9fcd4e60abd5d2c577075787f93 https://github.com/nuget/nuget.client diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 1b0af40d52f..c3ccd64dd37 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -184,6 +184,7 @@ stages: arguments: -task SigningValidation -restore -msbuildEngine vs /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' + /p:CheckEolTargetFramework=false ${{ parameters.signingValidationAdditionalParameters }} - template: ../steps/publish-logs.yml diff --git a/global.json b/global.json index ac20b8f9030..cf3f2800c86 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.401", + "dotnet": "5.0.408", "runtimes": { "dotnet/x64": [ "2.1.7" @@ -12,6 +12,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.22159.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.22276.2" } } From 9d4295a1c62bcd675458b1a5033b1b04061c72f2 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Wed, 1 Jun 2022 12:04:09 -0500 Subject: [PATCH 3/4] Bump CLI version to match global.json --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index ac4d55b539e..fdaaeb3194d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 5.0.401 + 5.0.408 3.9.0-2.20574.26 5.11.0-rc.10 From 0d8881d0ad5851f31d2f55f5e805a0f7db81682d Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Wed, 1 Jun 2022 12:32:22 -0500 Subject: [PATCH 4/4] Bump NuGet version to match --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index fdaaeb3194d..635d5fbe7f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ Otherwise, this version of dotnet will not be installed and the build will error out. --> 5.0.408 3.9.0-2.20574.26 - 5.11.0-rc.10 + 5.11.1-rc.5