Update dependencies from https://github.com/dotnet/arcade build 20211206.6 (#12754)

[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2021-12-07 14:24:17 +00:00 committed by GitHub
parent 819d5f47a4
commit aa3c69e758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -172,19 +172,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21603.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21606.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b3e949192067c8acdaaae35015534f76e92d79d4</Sha>
<Sha>5d969787afb2fd87f642458687e3ad41094ac3ab</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21603.6">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21606.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b3e949192067c8acdaaae35015534f76e92d79d4</Sha>
<Sha>5d969787afb2fd87f642458687e3ad41094ac3ab</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21603.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21606.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b3e949192067c8acdaaae35015534f76e92d79d4</Sha>
<Sha>5d969787afb2fd87f642458687e3ad41094ac3ab</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-alpha.1.21521.1">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

@ -26,7 +26,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21603.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21606.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21603.6",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21603.6"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21606.6",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21606.6"
}
}