[release/3.1.1xx] Update dependencies from dotnet/toolset (#5120)
* Update dependencies from https://github.com/dotnet/toolset build 20191004.36 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.36 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview1.19504.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191004.37 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.37 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview1.19504.8 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.23 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191004.38 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.38 * Update dependencies from https://github.com/dotnet/toolset build 20191004.39 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.39 * Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview1.19504.8 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.25 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191005.1 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19505.1 * Update dependencies from https://github.com/dotnet/toolset build 20191005.2 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19505.2 * Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview1.19504.9 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.25 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191005.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19505.3 * Update dependencies from https://github.com/dotnet/toolset build 20191005.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19505.4 * Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview1.19504.9 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19505.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
215b42fe3c
commit
4d0cbd16b4
2 changed files with 9 additions and 9 deletions
|
@ -72,17 +72,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>fa98e14b1b8d84a1a711ef909384f16ada8bbe7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview1.19504.35">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview1.19505.4">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>fff7792b9db12c0d4a1569686ea60590e5be02ac</Sha>
|
||||
<Sha>05f51e8bc09a746c1a41453fb0f65c01fe4865dc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19504.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19504.9" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>484317f665ca9fd05897f864639d639e7238cbbd</Sha>
|
||||
<Sha>cd1c25c76c39d54a5e9040cc4ed193b39f9a161e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19504.22" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19505.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>ab9f11b98ce8e64d3ec63768dc5b8f1b33c8189e</Sha>
|
||||
<Sha>2f59a87ad793f59231d22bffd0d2bc408aa104e8</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.1-preview1.19501.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19504.35</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19505.4</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -45,14 +45,14 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19504.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19505.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.1.100-preview1.19504.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.100-preview1.19504.9</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue