Update dependencies from https://github.com/dotnet/sdk build 20210826.21 (#11693)

[release/6.0.1xx-rc1] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-08-26 19:42:16 +00:00 committed by GitHub
parent dcbc761073
commit c10dcebf25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -86,14 +86,14 @@
<Sha>c15d027992a0b6217fe5e7681f521eb4d36e8afe</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21426.17">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21426.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c9baf2d5ea9d76cbef13b0dcd51877715c9b009a</Sha>
<Sha>c53efa4ba3e879ba5816628ddc275c67fe09345f</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21426.17">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21426.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c9baf2d5ea9d76cbef13b0dcd51877715c9b009a</Sha>
<Sha>c53efa4ba3e879ba5816628ddc275c67fe09345f</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-rc.1.21425.16" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -57,8 +57,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21426.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21426.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21426.21</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21426.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>