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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.102-servicing.20070.1

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.102-servicing.20070.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.102-servicing.20070.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.102-servicing.20070.8

* Fixup nuget.config, cli version

Co-authored-by: William Godbe <wigodbe@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2020-01-20 15:32:54 -08:00 committed by William Godbe
parent 2b57ee2121
commit 85827cd7db
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>247f60e9e34a03ed99e855eb1ea0c20931a968db</Sha> <Sha>247f60e9e34a03ed99e855eb1ea0c20931a968db</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.102-servicing.20069.2"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.102-servicing.20070.8">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>9d5fc1a1458ffc72cb17167088f35743de6cd4c0</Sha> <Sha>a46d93e5e100f9046cb589b5d4ba70bde41f3480</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.102-servicing.20068.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal"> <Dependency Name="Microsoft.NET.Sdk" Version="3.1.102-servicing.20068.5" 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.102-servicing.20069.2</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.1.102-servicing.20070.8</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->