Update dependencies from https://github.com/dotnet/sdk build 20210218.32 (#9763)

[release/5.0.2xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.9.0-5.21117.38 to 3.9.0-5.21118.46 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-02-20 03:20:40 +00:00 committed by GitHub
parent 131ba21cbe
commit 72a1560674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>ce1a4cd3340d93e1a3d56d16600bd30f7ee32bda</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-servicing.21118.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-servicing.21118.32">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c040f1fcaf1b81959fd07360e629cfbc9ffdfb40</Sha>
<Sha>965b1f96df3dfd549a3af9f54203ee36b255afba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-servicing.21118.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-servicing.21118.32">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c040f1fcaf1b81959fd07360e629cfbc9ffdfb40</Sha>
<Sha>965b1f96df3dfd549a3af9f54203ee36b255afba</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="5.0.3-servicing.21073.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,9 +117,9 @@
<Sha>0497f2ad6a13fe9c240a1a79bb07bd1fcbc73b9d</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-5.21117.38" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-5.21118.46" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8d78fb5ec0d751ee8c27b911870b088e9f15501a</Sha>
<Sha>cf6270bf910a7397947b5f539827b8282b48f252</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.200-servicing.21118.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-servicing.21118.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-servicing.21118.32</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-servicing.21118.32</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>