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

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.17

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.18

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.19

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.8 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.20

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.8 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.9 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-11-12 21:24:58 -08:00 committed by William Godbe
parent e1ddaad395
commit 782374165f
2 changed files with 9 additions and 9 deletions

View file

@ -71,17 +71,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>0e0e29c869d62d794ad74d75274ddf0ea542ac2b</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview3.19562.16">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview3.19562.20">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>9eef9bafeb1d593ef939fd7331b705d53ee8ac65</Sha>
<Sha>a813d2c72fb0fb08dbe5cde5102586ec103cea08</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19562.7" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19562.8" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>33442c014e5406bf0546a898b47f3c136fc5b4a5</Sha>
<Sha>14721ab65e7903c55c8ea1bdf9b9a2d9c686856b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview3.19562.8" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview3.19562.9" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>8bd2a846d98f5867f9dd0350715266953f1313e3</Sha>
<Sha>930ffec0a75978c21661adfcf75aab3b65c501e4</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-preview1.19557.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview3.19562.16</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview3.19562.20</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -45,14 +45,14 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/cli -->
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview3.19562.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-preview3.19562.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.100-preview3.19562.7</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.100-preview3.19562.8</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>