Update dependencies from https://github.com/dotnet/sdk build 20210425.12 (#10342)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 3.10.0-3.21222.20 to 3.10.0-3.21223.23 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 16.10.0-preview-21222-12 to 16.10.0-preview-21223-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-04-26 03:17:42 +00:00 committed by GitHub
parent 52ed897b28
commit 16faa5d127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>091651d2bfe4b739c6c4f46f86608533a2087c35</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21225.10">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21225.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91f6edfba7cbf3e4e2e85a42657c2f10e70f5262</Sha>
<Sha>66d6721e37a26375e6a3d0200ec5955d01582083</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21225.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21225.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>91f6edfba7cbf3e4e2e85a42657c2f10e70f5262</Sha>
<Sha>66d6721e37a26375e6a3d0200ec5955d01582083</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.5-servicing.21167.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -117,13 +117,13 @@
<Sha>6a15056a9d71169bf04d007301edfd558afcfa6a</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21222.20" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.10.0-3.21223.23" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>da284920d88506513cbd17ef2812f7701eb54003</Sha>
<Sha>9b40ab852a3b59ce9cef33b3e97c17af13c8e694</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21222-12" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21223-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>500b60ac4b827fbaa38c784dc5c6df8cc254dc33</Sha>
<Sha>117a9cbe207cf136e5d99fc6645a5ebc06b478c0</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.10.0-preview.2.7203" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21225.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21225.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21225.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21225.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>