Update dependencies from https://github.com/dotnet/sdk build 20210924.26 (#12130)

[release/6.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-09-24 20:00:51 +00:00 committed by GitHub
parent 1b0fbe53d2
commit 18922d9929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -98,14 +98,14 @@
<Sha>4b53271e35147c45f26df629ae1530b51d574bcb</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21474.11">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21474.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91466528b62683b05a394e4b9fe0c32dd99cb266</Sha>
<Sha>a939058b6428d9a1befbf280163cd3978aa8470e</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21474.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21474.26">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91466528b62683b05a394e4b9fe0c32dd99cb266</Sha>
<Sha>a939058b6428d9a1befbf280163cd3978aa8470e</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.21472.8" 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.21474.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21474.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rtm.21474.26</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rtm.21474.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>