From 50c38af403a9f8e29b901bc250005817e4935be6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 17:40:44 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210809.4 (#11468) [release/5.0.4xx] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 406bc9a2d..5fe06f23c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -144,13 +144,13 @@ </Dependency> </ProductDependencies> <ToolsetDependencies> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21377.1"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21409.4"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>37d6692a72171966d9d1d786f03577cd5a3b8c12</Sha> + <Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21377.1"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="5.0.0-beta.21409.4"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>37d6692a72171966d9d1d786f03577cd5a3b8c12</Sha> + <Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha> </Dependency> <Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1"> <Uri>https://github.com/dotnet/source-build-reference-packages</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index db29f1386..ae0eb9839 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/arcade --> - <MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21377.1</MicrosoftDotNetBuildTasksInstallersPackageVersion> + <MicrosoftDotNetBuildTasksInstallersPackageVersion>5.0.0-beta.21409.4</MicrosoftDotNetBuildTasksInstallersPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/winforms --> diff --git a/global.json b/global.json index 2183619c0..a566da290 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21377.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4" } }