Update dependencies from https://github.com/dotnet/sdk build 20200220.1 (#6490)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20120.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20120.1
This commit is contained in:
parent
a93df0a708
commit
2805fe968a
2 changed files with 6 additions and 6 deletions
|
@ -75,13 +75,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>c74e6ed4cdefc42b9036c694cbf1519d4347924a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20119.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20120.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0c9f524a239a9e09e4f66928d7e33096596de7be</Sha>
|
||||
<Sha>5cb8b246a7e444bc98c0761385fa55133bd2a0d0</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20119.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20120.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0c9f524a239a9e09e4f66928d7e33096596de7be</Sha>
|
||||
<Sha>5cb8b246a7e444bc98c0761385fa55133bd2a0d0</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.20118.5" 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.2.20119.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20120.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.2.20119.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20120.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue