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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20120.11

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20121.1

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20121.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-02-21 10:01:54 +00:00 committed by GitHub
parent d93c1bcabc
commit 928117b65d
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,17 +73,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20120.10">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20121.1">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>5c61f8a4517f8cb1491fca8da0f3052cd51f94d0</Sha>
<Sha>cf11a6721fb2e4d924665989d523df98d242c9b6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20119.6" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>10c1d86e06f2a3a77abe52fdc0f04954127ea5fc</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20120.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20121.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>3a2bd5f42917148c98c5c541915e613e23a1bf3c</Sha>
<Sha>1ff60db271017e4646c144c2164462f5473f6859</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.1-servicing.20069.13" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20120.10</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20121.1</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20120.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20121.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>