From ab13fb50e90766d83f7d8c0e1ab6a38cb30e7d41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:27:13 -0700 Subject: [PATCH 1/3] Update dependencies from https://github.com/dotnet/arcade build 20220812.2 (#14326) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 6.0.0-beta.22411.3 -> To Version 6.0.0-beta.22412.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0edd2916a..32f7a7f03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,19 +197,19 @@ </Dependency> </ProductDependencies> <ToolsetDependencies> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22411.3"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22412.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha> + <Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha> <SourceBuild RepoName="arcade" ManagedOnly="true" /> </Dependency> - <Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22411.3"> + <Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.22412.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha> + <Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha> <SourceBuild RepoName="arcade" ManagedOnly="true" /> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22411.3"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22412.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>778552f02f31d50ec1c3c18a872cc482d04aec75</Sha> + <Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha> </Dependency> <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22413.1"> <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index c40bd7eb4..7f50b8c44 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/arcade --> - <MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.22411.3</MicrosoftDotNetBuildTasksInstallersPackageVersion> + <MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.22412.2</MicrosoftDotNetBuildTasksInstallersPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/winforms --> diff --git a/global.json b/global.json index bb5632c68..0aaa96317 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.106", + "dotnet": "6.0.108", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22411.3", - "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.22411.3" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22412.2", + "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.22412.2" } } From 8c233f6049734c2f4ec47d97cdc13c8bf830fcba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:37:25 +0000 Subject: [PATCH 2/3] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22413.1 -> To Version 6.0.0-servicing.22419.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32f7a7f03..0ec93ebe3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -211,9 +211,9 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha> </Dependency> - <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22413.1"> + <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22419.1"> <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> - <Sha>7f458a0923e1984875989573ddbf44457ca97e72</Sha> + <Sha>e2fa1c80dd6776d8b1585f778f703812e3180cbe</Sha> <SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" /> </Dependency> <Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21480-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk"> From 44bbcef141ef427487b1c9cedfbd966ebb61cab8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:59:34 +0000 Subject: [PATCH 3/3] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20220819.2 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 6.0.0-servicing.22419.1 -> To Version 6.0.0-servicing.22419.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0ec93ebe3..ac9751877 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -211,9 +211,9 @@ <Uri>https://github.com/dotnet/arcade</Uri> <Sha>41323ecb0b2312980381bfdbb75afd2dae2b266b</Sha> </Dependency> - <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22419.1"> + <Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.22419.2"> <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> - <Sha>e2fa1c80dd6776d8b1585f778f703812e3180cbe</Sha> + <Sha>fdbbfadcaa5804038ad0a3f67c33f489cbeda65c</Sha> <SourceBuildTarball RepoName="source-build-reference-packages" ManagedOnly="true" /> </Dependency> <Dependency Name="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-21480-02" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">