Update dependencies from https://github.com/dotnet/arcade build 20211015.3 (#12403)

[release/6.0.1xx] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2021-10-16 00:57:41 +00:00 committed by GitHub
parent d2388b06e6
commit 400a66ca43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -197,19 +197,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21513.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21515.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6f356ed4df5eebeb9000924b2b00a7b7a2f027a0</Sha>
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21513.3">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.21515.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6f356ed4df5eebeb9000924b2b00a7b7a2f027a0</Sha>
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21513.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21515.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6f356ed4df5eebeb9000924b2b00a7b7a2f027a0</Sha>
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-alpha.1.21514.4">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

@ -19,7 +19,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21513.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.21515.3</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": "6.0.0-beta.21513.3",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21513.3"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21515.3",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21515.3"
}
}