Update dependencies from https://github.com/dotnet/sdk build 20210514.12 (#10633)
[release/5.0.3xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
b2a1408578
commit
e5c7e6c2e8
2 changed files with 6 additions and 6 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>592742371da1df5b459c4bbf68e05968b5eb750d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21263.23">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21264.12">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b49bf38a1ac403f71dcd9584e58941d4a53c86d</Sha>
|
||||
<Sha>9d88a9b3942768eeae891760ed58ff7bebf50c6b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21263.23">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21264.12">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9b49bf38a1ac403f71dcd9584e58941d4a53c86d</Sha>
|
||||
<Sha>9d88a9b3942768eeae891760ed58ff7bebf50c6b</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">
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21263.23</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21263.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21264.12</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21264.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue