Update dependencies from https://github.com/dotnet/sdk build 20210212.23 (#9723)

[release/5.0.2xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.9.0-5.21112.8 to 3.9.0-5.21112.20 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-02-13 01:53:48 +00:00 committed by GitHub
parent b16002eb88
commit 2157b6d16f
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-preview.21112.21">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21112.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b3eda42b76cc7e491d154e1a1514431bbd0e2839</Sha>
<Sha>675f9869c6b53737a8d7bb6fe286e4c02a9a5809</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21112.21">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21112.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b3eda42b76cc7e491d154e1a1514431bbd0e2839</Sha>
<Sha>675f9869c6b53737a8d7bb6fe286e4c02a9a5809</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.21112.8" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-5.21112.20" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f3ff04378c972d435826e6181de364b3c0db8d14</Sha>
<Sha>9178f0d178266e004ceb4da029e9f21bc431fe31</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-preview.21112.21</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21112.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21112.23</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21112.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>