Update dependencies from https://github.com/dotnet/sdk build 20200216.1 (#6430)

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20116.1
- Microsoft.NET.Sdk - 5.0.100-preview.1.20116.1
This commit is contained in:
dotnet-maestro[bot] 2020-02-16 21:00:49 +00:00 committed by GitHub
parent 5266d8d648
commit e4bc7c6a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -75,13 +75,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>bf23d3c57b70e3282b7afba1bf8597ce27ad349d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20115.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20116.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>308062cdff87cb381cd8f85c02fdc5a7fc5c275e</Sha>
<Sha>0a35238b580c1e7c8de409837d994b6a7bb5097d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20115.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20116.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>308062cdff87cb381cd8f85c02fdc5a7fc5c275e</Sha>
<Sha>0a35238b580c1e7c8de409837d994b6a7bb5097d</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.1.20116.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -50,14 +50,14 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20115.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20116.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>5.0.100-preview.1.20115.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-preview.1.20116.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>