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

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

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

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

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

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

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

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

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

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

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

* Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview2.19530.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-10-31 00:56:44 +00:00 committed by GitHub
parent 54f993c6ca
commit 51c1cc9c4d
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.19530.10">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview2.19530.15">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>b1581ddf269c7f6236b96cc309f430b37668f7d2</Sha>
<Sha>0935ca0dabaddb07d2ffb3f70a9976fc986b4526</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview2.19530.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6a09111e0fc54a895f6975af796c8133fdd47fd6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview2.19530.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview2.19530.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>35a2db8a4ebccd6598ba873511c3c989456a4fa5</Sha>
<Sha>33cc830ee4867b2cc6be513fe1c0669a8eb40ec3</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.19529.13" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19530.10</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19530.15</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.19530.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview2.19530.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>