Update dependencies from https://github.com/dotnet/sdk build 20210927.47 (#12150)

[release/6.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 4.0.0-5.21471.19 to 4.0.0-5.21477.12 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-09-28 04:28:40 +00:00 committed by GitHub
parent c8c4ccc882
commit e0ef599187
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>4b53271e35147c45f26df629ae1530b51d574bcb</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21477.41">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rtm.21477.47">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ff2d36940e1e7ebe7495ed911f0f68c0ca8fff64</Sha>
<Sha>16eadb22990055f560304efacd8a54364e66243d</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21477.41">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rtm.21477.47">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ff2d36940e1e7ebe7495ed911f0f68c0ca8fff64</Sha>
<Sha>16eadb22990055f560304efacd8a54364e66243d</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.21477.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -135,9 +135,9 @@
<SourceBuild RepoName="linker" ManagedOnly="true" />
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-5.21471.19" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-5.21477.12" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2cb3d482e3c09760d1b204c597be93f49dba3349</Sha>
<Sha>ea8b7316adb82d7b2ab9ab570d4ae100019f6a6e</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21477-04" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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