Insert the latest SDK

This commit is contained in:
William Li 2020-03-05 14:08:30 -08:00
parent 7756948a8c
commit 418c33b0d7
2 changed files with 6 additions and 6 deletions

View file

@ -75,13 +75,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>f15388ee6e45a8923fba0f54f55154aee991fb84</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20152.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20155.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e596309d1fb1f4944f3f7706f3dc83343ddd14a4</Sha>
<Sha>e2faebad758a7d38b5965cda755a17e9e9881599</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20152.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20155.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e596309d1fb1f4944f3f7706f3dc83343ddd14a4</Sha>
<Sha>e2faebad758a7d38b5965cda755a17e9e9881599</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.0-preview.2.20155.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -49,8 +49,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20152.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20152.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20155.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20155.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>