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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19523.5

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview2.19523.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19523.6

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19523.8

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19523.10

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview2.19523.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-10-24 03:47:28 +00:00 committed by GitHub
parent 52c0c507df
commit 80aba6daef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -71,17 +71,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>fa98e14b1b8d84a1a711ef909384f16ada8bbe7c</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview2.19523.4">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview2.19523.10">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>672bc62a24ef4d12e52cab6c85606ec7c71c20f1</Sha>
<Sha>97cd2c89b69804ac34a2a0d2c6375a07f1a7b8d1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview1.19506.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>357126710492d620198a60ee340ebeca9070f133</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview2.19522.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview2.19523.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>fec43d22c486a8e312811cc769e320a62d86c552</Sha>
<Sha>f0be1a76e3bd25bb184fe4e12e86bd452d39b6ce</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.19517.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19523.4</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19523.10</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-preview2.19522.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview2.19523.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>