Merge pull request #10542 from dotnet/darc-release/5.0.3xx-cb6c4acd-ee8e-45f6-b622-6c09429a1c06

[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
Marc Paine 2021-05-07 10:11:10 -07:00 committed by GitHub
commit 15d71dedf2
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>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.21257.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1951507c7a6178183f2a582fc930d8d21f352d83</Sha>
<Sha>1e08a1cf8248937fc7a85446aa35b11065a30ec8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21256.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21257.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>1951507c7a6178183f2a582fc930d8d21f352d83</Sha>
<Sha>1e08a1cf8248937fc7a85446aa35b11065a30ec8</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="4.0.0-2.21254.26" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21256.25" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>7b996850bb82a370ca74c3f57e0a4d4df1c90049</Sha>
<Sha>220753bce6d25d610cecfde000a84530bde6aac5</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.21257.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21257.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>