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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.10

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.11

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19564.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-11-15 09:26:49 +00:00 committed by GitHub
parent 06165478e6
commit c74251f1c8
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>0e0e29c869d62d794ad74d75274ddf0ea542ac2b</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-rtm.19564.9">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-rtm.19564.11">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>d8153810653fdf99056cad7a93299804a3b17f09</Sha>
<Sha>8bb330276fcd04192a16620d638cf50a8661a09b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19564.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6042ba82a6a63804a30f048045bb80697c2a4706</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview3.19563.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-rtm.19564.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>5974711ae5c2a1b24ae23199fd29e7756e592ef3</Sha>
<Sha>fc88db0063d2c27c6ad74300c8f4ae2e041b2ab7</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.19557.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-rtm.19564.9</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-rtm.19564.11</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-preview3.19563.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-rtm.19564.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>