Update dependencies from https://github.com/dotnet/sdk build 20210519.13 (#10683)

[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2021-05-19 21:24:31 +00:00 committed by GitHub
parent 94ee71890e
commit 7726e44f45
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>592742371da1df5b459c4bbf68e05968b5eb750d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-servicing.21267.11">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.301-servicing.21269.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9ba45093c91f7245f701618c7bfc547538c5fb6d</Sha>
<Sha>23b56ae2930ab04967d59485533230e97fe3c34a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-servicing.21267.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.301-servicing.21269.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9ba45093c91f7245f701618c7bfc547538c5fb6d</Sha>
<Sha>23b56ae2930ab04967d59485533230e97fe3c34a</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.6-servicing.21221.3" 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-servicing.21267.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-servicing.21267.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.301-servicing.21269.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.301-servicing.21269.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>