Update dependencies from https://github.com/dotnet/sdk build 20210114.25 (#9431)
[release/5.0.2xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
2b86c7b885
commit
a17e689339
2 changed files with 6 additions and 6 deletions
|
@ -91,13 +91,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>7a9de3bd9680522874b2081280df3f971673cd87</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21064.18">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21064.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>09d624e3272415828d5568110bde3e1eb7852b85</Sha>
|
||||
<Sha>4515fa78c8189669c5c10a28a8b43928d858317f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21064.18">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21064.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>09d624e3272415828d5568110bde3e1eb7852b85</Sha>
|
||||
<Sha>4515fa78c8189669c5c10a28a8b43928d858317f</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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21064.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21064.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21064.25</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21064.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue