[master] Update dependencies from dotnet/toolset (#6099)
* Update dependencies from https://github.com/dotnet/toolset build 20200109.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.2 * Update dependencies from https://github.com/dotnet/toolset build 20200109.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.3 * Update dependencies from https://github.com/dotnet/toolset build 20200109.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.4 * Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.20058.3 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.4 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
46d882313c
commit
733b90922f
2 changed files with 9 additions and 9 deletions
|
@ -75,17 +75,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>5f229bd53bd6677911b49a681c469150df76004d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="5.0.100-alpha.1.20059.1">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="5.0.100-alpha.1.20059.4">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>62cc4c6831b4f14fd9a55b3660e224a130f4b0a0</Sha>
|
||||
<Sha>03cc498d57fb68f29f9d474630e36d6364cafe15</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha.1.20051.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha.1.20058.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d255a0eb68724f407517dd1ff6d22fedae305c7c</Sha>
|
||||
<Sha>2c54179393117f31af0b7025e5daa3c272204344</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha.1.20059.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha.1.20059.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>62cc4c6831b4f14fd9a55b3660e224a130f4b0a0</Sha>
|
||||
<Sha>03cc498d57fb68f29f9d474630e36d6364cafe15</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-alpha1.20051.15" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/toolset -->
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>5.0.100-alpha.1.20059.1</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>5.0.100-alpha.1.20059.4</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -50,14 +50,14 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha.1.20059.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-alpha.1.20059.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha.1.20051.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-alpha.1.20058.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue