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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19564.6

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

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

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19564.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-11-15 04:36:57 +00:00 committed by GitHub
parent fb9d6e244b
commit 2d39e06607
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,13 +71,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>0e0e29c869d62d794ad74d75274ddf0ea542ac2b</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview3.19563.5">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-rtm.19564.7">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>dd725e2f353816e544dfb21dee437d08869fa584</Sha>
<Sha>9ec611600c09773b8aa604d6885c9830ecd72a61</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19562.8" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<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>14721ab65e7903c55c8ea1bdf9b9a2d9c686856b</Sha>
<Sha>6042ba82a6a63804a30f048045bb80697c2a4706</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview3.19563.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview3.19563.5</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-rtm.19564.7</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -52,7 +52,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.100-preview3.19562.8</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.100-preview3.19564.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>