Update dependencies from https://github.com/dotnet/sdk build 20211013.27 (#12354)

[release/6.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-10-13 22:53:47 +00:00 committed by GitHub
parent db2d5a6715
commit 792f9a0244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>7c72083fad2c59e2e8bd29019e6aa7586b8a72e3</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21513.22">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21513.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1eefb219f0e0977eb686e255ebd5c38a08a8109f</Sha>
<Sha>bdd7a1e9d18a40e2d34c2e7e512eccd27a235537</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21513.22">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21513.27">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1eefb219f0e0977eb686e255ebd5c38a08a8109f</Sha>
<Sha>bdd7a1e9d18a40e2d34c2e7e512eccd27a235537</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-rtm.21512.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21513.22</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21513.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21513.27</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21513.27</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>