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

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

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

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

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

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.20080.4 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-01-31 23:28:34 +00:00 committed by GitHub
parent 1bce0e17ac
commit a6b35e431b
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.20079.8">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20080.7">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>70bc877b06e162b0a13443843658aadcc30c1a40</Sha>
<Sha>96d8d4f873c5e63e27f69e2f3807cfefc722b9bb</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20072.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20080.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3ff3791a1b3f8af0c3fadf3988012c69ac16c28f</Sha>
<Sha>1de5bc87ab0a42441ceb3044aa0c74185dcb888f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.20059.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.20079.8</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20080.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.200-preview.20072.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.200-preview.20080.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>