Update dependencies from https://github.com/dotnet/sdk build 20210503.8 (#10464)
[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
050a3e76ca
commit
bf3fac5cb1
2 changed files with 6 additions and 6 deletions
|
@ -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.21251.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21253.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>2b005eb406c31411d97530a8f9046d1ec84b6e79</Sha>
|
||||
<Sha>2c2f0222713ad1d829048e2230951b19fe62881b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21251.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21253.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>2b005eb406c31411d97530a8f9046d1ec84b6e79</Sha>
|
||||
<Sha>2c2f0222713ad1d829048e2230951b19fe62881b</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">
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21251.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21251.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21253.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21253.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue