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

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

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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.9
This commit is contained in:
dotnet-maestro[bot] 2020-02-04 23:47:29 +00:00 committed by GitHub
parent 1090df74dd
commit b3ddf6a208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -73,9 +73,9 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha> <Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20104.7"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20104.9">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>eba47836cf1c67363c1e62b55d5a30d3fc4a685d</Sha> <Sha>869c8d132b4f1914e45a2e278d06ab9ff23f2540</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20104.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal"> <Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20104.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel> <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20104.7</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20104.9</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->