Update dependencies from https://github.com/dotnet/sdk build 20201220.4 (#9250)

[release/5.0.2xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.9.0-2.20608.6 to 3.9.0-3.20619.14 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-12-21 08:04:49 +00:00 committed by GitHub
parent dda2ba8e5e
commit 96870680e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -91,13 +91,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.20618.5">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.20620.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>842fa0af62e4643fc9e5abd8dbfa0ef6ef83a270</Sha>
<Sha>74e75bf8b487a4d5c7e344df88da25e77578862e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.20618.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.20620.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>842fa0af62e4643fc9e5abd8dbfa0ef6ef83a270</Sha>
<Sha>74e75bf8b487a4d5c7e344df88da25e77578862e</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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Sha>0497f2ad6a13fe9c240a1a79bb07bd1fcbc73b9d</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-2.20608.6" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-3.20619.14" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>2267a84dab5a58db7d82e12741d6f444a6abf0c1</Sha>
<Sha>df59a33fd9beff9790e01a2a1ab21e4a1e6921b3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20618-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.200-preview.20618.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.20618.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.200-preview.20620.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.20620.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>