Update dependencies from https://github.com/dotnet/sdk build 20210508.3 (#10564)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 16.10.0-preview-21256-02 to 16.10.0-preview-21257-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-05-08 16:00:02 +00:00 committed by GitHub
parent b216e38d2c
commit 42789e1aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>468ca46a193f9f935a42efaaebaf6c2bdea94b49</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21257.10">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21258.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c1ec80e330ad2c5a0724276f771a86f45164e668</Sha>
<Sha>9fad80a585dc9786ca4f4a9660f8da4b95d38d34</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21257.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21258.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c1ec80e330ad2c5a0724276f771a86f45164e668</Sha>
<Sha>9fad80a585dc9786ca4f4a9660f8da4b95d38d34</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">
@ -121,7 +121,7 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>220753bce6d25d610cecfde000a84530bde6aac5</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21256-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21257-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>c040391f9affa509a9a879e17b5d2994ee585a52</Sha>
</Dependency>

View file

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