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

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

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

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

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

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

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

* Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20114.6 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-02-14 23:52:05 +00:00 committed by GitHub
parent a2a42615f9
commit b50f4c8960
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.20114.9">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20114.13">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>d969b45fc9c990a05c74a434abcf3cf4cf4f3d87</Sha>
<Sha>d604553b5b79a6f277e8518520532216daa87a47</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20114.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>922c8eefc41632df5a5e052daa8aa946bc298000</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20114.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20114.6" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>74ed0bce3c515919b599303f9a80bf7a3a623526</Sha>
<Sha>883b0a1447a55a145a640132d52ec78718461d31</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.20114.9</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20114.13</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.20114.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20114.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>