Update dependencies from https://github.com/dotnet/sdk build 20200226.1 (#6579)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20126.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20126.1
This commit is contained in:
parent
056e45e7b3
commit
eff6209b2a
2 changed files with 6 additions and 6 deletions
|
@ -75,13 +75,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>1c51a9f54766f7a34b3dc8d7c91aa8c7f8e26a4e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20125.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-preview.2.20126.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d5e67f56cd252f58ee65ac48a23b105bb66bdfcf</Sha>
|
||||
<Sha>b108780007e366d0eb843389e70d077ba1135aa0</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20125.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-preview.2.20126.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d5e67f56cd252f58ee65ac48a23b105bb66bdfcf</Sha>
|
||||
<Sha>b108780007e366d0eb843389e70d077ba1135aa0</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.20126.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.2.20125.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-preview.2.20126.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.20125.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-preview.2.20126.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue