Update dependencies from https://github.com/dotnet/sdk build 20210421.25 (#10281)

[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-04-21 22:50:25 +00:00 committed by GitHub
parent df126f6275
commit 9777bfdc1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 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.21221.8">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21221.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>01fa02a4c00beefd63bc333bd4d0edd2482452b1</Sha>
<Sha>50557520c1a47b0615bb71fb0fd855fd060c7d6d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21221.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21221.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>01fa02a4c00beefd63bc333bd4d0edd2482452b1</Sha>
<Sha>50557520c1a47b0615bb71fb0fd855fd060c7d6d</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">

View file

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