Update dependencies from https://github.com/dotnet/sdk build 20200215.1 (#6421)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20115.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20115.1
This commit is contained in:
parent
1d06044520
commit
bd32ed3487
2 changed files with 6 additions and 6 deletions
|
@ -75,13 +75,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>3b56d5b86bd8add0ba4cc415cbf215254643c72b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20114.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.1.20115.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bb5996cadafa0683ec276a25aee5dff79af22cf9</Sha>
|
||||
<Sha>308062cdff87cb381cd8f85c02fdc5a7fc5c275e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20114.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.1.20115.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bb5996cadafa0683ec276a25aee5dff79af22cf9</Sha>
|
||||
<Sha>308062cdff87cb381cd8f85c02fdc5a7fc5c275e</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.20115.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -50,14 +50,14 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20114.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.1.20115.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.20114.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.1.20115.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue