Update dependencies from https://github.com/dotnet/sdk build 20201231.5 (#9306)

[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.9.0-4.20627.4 to 3.9.0-4.20630.10 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2020-12-31 20:42:47 +00:00 committed by GitHub
parent 1217290ac9
commit bf42fd7b4b
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>4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20631.4">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.20631.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce466047461aba49bb6457ded7362f7f73e5bc09</Sha>
<Sha>95c855fa2b4bf2f59d2434061b2bee617b117bce</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20631.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.20631.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce466047461aba49bb6457ded7362f7f73e5bc09</Sha>
<Sha>95c855fa2b4bf2f59d2434061b2bee617b117bce</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-alpha.1.20602.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -121,9 +121,9 @@
<Sha>e68a1c586b5b5174e21e3f0d4b00322c547e4c3d</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-4.20627.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-4.20630.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ca950c2039668f0af2777530d8d2245456a0ca59</Sha>
<Sha>da5c0bd23220da1eecd6d804a1c52db9f29c6716</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20630-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -58,8 +58,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20631.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20631.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.20631.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.20631.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>