[release/3.1.1xx] Update dependencies from dotnet/toolset (#5115)

* Update dependencies from https://github.com/dotnet/toolset build 20191004.30

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.30

* Update dependencies from https://github.com/dotnet/toolset build 20191004.31

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.31

* Update dependencies from https://github.com/dotnet/toolset build 20191004.33

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.33

* Update dependencies from https://github.com/dotnet/toolset build 20191004.34

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.34

* Update dependencies from https://github.com/dotnet/toolset build 20191004.35

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.35

* Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.22 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-10-05 05:40:39 +00:00 committed by GitHub
parent 1e8f10a4ef
commit 6afd7e3c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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.15">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview1.19504.35">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>c6b00f4721e23c3e5769dbb5e69d44504f1bd9bc</Sha>
<Sha>fff7792b9db12c0d4a1569686ea60590e5be02ac</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19504.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>484317f665ca9fd05897f864639d639e7238cbbd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19504.6" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview1.19504.22" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>83d51c4fe49d716729f38178b4e20f2a95f03c78</Sha>
<Sha>ab9f11b98ce8e64d3ec63768dc5b8f1b33c8189e</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">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19504.15</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview1.19504.35</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19504.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview1.19504.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>