From e71384f9b8d0f950d88adbdcc49d85f54b949107 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:53:04 -0700 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220406.7 (#41090) Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.22178.5 -> To Version 6.0.0-beta.22206.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 4 ++-- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1be6aca6040..4e4a2e201fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -280,22 +280,22 @@ <Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri> <Sha>c24d9a9c91c5d04b7b4de71f1a9f33ac35e09663</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22178.5"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.22206.7"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>f8c0d51185208227e582f76ac3c5003db237b689</Sha> + <Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha> <SourceBuild RepoName="arcade" ManagedOnly="true" /> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22178.5"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.22206.7"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>f8c0d51185208227e582f76ac3c5003db237b689</Sha> + <Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22178.5"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.22206.7"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>f8c0d51185208227e582f76ac3c5003db237b689</Sha> + <Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22178.5"> + <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.22206.7"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>f8c0d51185208227e582f76ac3c5003db237b689</Sha> + <Sha>254113fd7c3ee04f832c165d6aec1a6077de0d63</Sha> </Dependency> </ToolsetDependencies> </Dependencies> diff --git a/eng/Versions.props b/eng/Versions.props index c88cf62def1..5fc7bdc4148 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -131,8 +131,8 @@ <MicrosoftEntityFrameworkCoreVersion>6.0.3</MicrosoftEntityFrameworkCoreVersion> <MicrosoftEntityFrameworkCoreDesignVersion>6.0.3</MicrosoftEntityFrameworkCoreDesignVersion> <!-- Packages from dotnet/arcade --> - <MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22178.5</MicrosoftDotNetBuildTasksInstallersVersion> - <MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22178.5</MicrosoftDotNetBuildTasksTemplatingVersion> + <MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.22206.7</MicrosoftDotNetBuildTasksInstallersVersion> + <MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.22206.7</MicrosoftDotNetBuildTasksTemplatingVersion> </PropertyGroup> <!-- diff --git a/global.json b/global.json index ecf50a40254..9f5386c0669 100644 --- a/global.json +++ b/global.json @@ -29,7 +29,7 @@ }, "msbuild-sdks": { "Yarn.MSBuild": "1.22.10", - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22178.5", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22178.5" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22206.7", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22206.7" } } -- GitLab