Update dependencies from https://github.com/dotnet/sdk build 20210323.4 (#10019)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.10.0-2.21170.16 to 3.10.0-2.21173.8 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-03-23 19:11:29 +00:00 committed by GitHub
parent ac4c32f653
commit 928407c82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -83,13 +83,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>5067a9034f799eceb42846a62e5431a3ec8a267b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.3.21173.2">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.3.21173.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f15eaf2fb52380bc01d3c64468211b1e53165ca3</Sha>
<Sha>a48c9f1f980f2a8849ab099a2f61e2d3f902de5a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.3.21173.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.3.21173.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f15eaf2fb52380bc01d3c64468211b1e53165ca3</Sha>
<Sha>a48c9f1f980f2a8849ab099a2f61e2d3f902de5a</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-preview.3.21171.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -113,9 +113,9 @@
<Sha>2f5594e95e1a5227103b9b7d6b92f4b2250be2d7</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-2.21170.16" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-2.21173.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>eaa04128b4109cec4f0bb938d2d34c75750643d1</Sha>
<Sha>ceae503d11219f07f7d95c93be06541a52026b37</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21173-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

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