Update dependencies from https://github.com/dotnet/sdk build 20210921.52 (#12062)

[release/6.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.0.0-preview-21470-01 to 17.0.0-preview-21471-02 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-09-21 23:10:16 +00:00 committed by GitHub
parent 67b1eae792
commit bbc01a2a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -98,14 +98,14 @@
<Sha>d691479b3e793e983f4d91f3a935421df1493b08</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21471.44">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21471.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6ef67f8c732572acf0ae6ba5c98c468a26558ef8</Sha>
<Sha>ae29ef60a8d712ca135f0bda8a68f996a02f7810</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21471.44">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21471.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6ef67f8c732572acf0ae6ba5c98c468a26558ef8</Sha>
<Sha>ae29ef60a8d712ca135f0bda8a68f996a02f7810</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.21471.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -140,9 +140,9 @@
<Sha>556b14d618a1f01a6a27791a70cb92995368a05b</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21470-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21471-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>cb055d28fb0fd51ba872f46105408e7592e6cea8</Sha>
<Sha>2f1e9cad51097aec5d7268a4afdf7ad9bc6864b9</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-rc.244" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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