Update dependencies from https://github.com/dotnet/sdk build 20210413.25 (#10216)

[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-04-14 04:14:39 +00:00 committed by GitHub
parent a2a61cf62b
commit 6c7d334c6e
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>76745a4a81083bc82ac9e0e0b629de4666df72f8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21213.11">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21213.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8cb13a917b98c3bff81e40e0ecc01d20c6c60fa2</Sha>
<Sha>2c4872a66bd2a45e05ae93aff47e04dcfe18d702</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21213.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21213.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8cb13a917b98c3bff81e40e0ecc01d20c6c60fa2</Sha>
<Sha>2c4872a66bd2a45e05ae93aff47e04dcfe18d702</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.4-servicing.21117.2" 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.21213.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21213.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21213.25</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21213.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>