[release/3.1.2xx] Update dependencies from dotnet/toolset (#6081)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.7

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.9

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-01-07 22:30:17 +00:00 committed by GitHub
parent 41ee6fb6ec
commit 0a377bce59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -73,13 +73,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20053.4">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20057.9">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>fbd8f7a1f552df1a31271e9f66f31b6567fdf433</Sha>
<Sha>5a6e6e9b035bb9c380d848a776ed1f1ecf95d934</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.19630.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20057.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>71f48b3241b93c00998336f947d146f57de93f4e</Sha>
<Sha>831a360a52d5a24604794fb7a06e14c3065c31b5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.19630.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.200-preview.20053.4</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20057.9</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.200-preview.19630.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.200-preview.20057.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>