Update dependencies from https://github.com/dotnet/sdk build 20210506.16

Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 5.0.300-preview.21256.10 -> To Version 5.0.300-preview.21256.16

Dependency coherency updates

Microsoft.Build
 From Version 16.11.0-preview-21254-21 -> To Version 16.10.0-preview-21256-02 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2021-05-06 23:55:24 +00:00
parent 9dc2d3818f
commit 530a266b3c
2 changed files with 8 additions and 8 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.21256.10">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21256.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1951507c7a6178183f2a582fc930d8d21f352d83</Sha>
<Sha>f7ae334f86af20c7ba5a7ae058247ea30cb8ab72</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21256.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21256.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1951507c7a6178183f2a582fc930d8d21f352d83</Sha>
<Sha>f7ae334f86af20c7ba5a7ae058247ea30cb8ab72</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,9 +121,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>7b996850bb82a370ca74c3f57e0a4d4df1c90049</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21254-21" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21256-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e73d08c28b0d4f72bf6cf6ad9a412f35b477a430</Sha>
<Sha>c040391f9affa509a9a879e17b5d2994ee585a52</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.10.0-rc.7240" 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.21256.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21256.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21256.16</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21256.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>