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

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

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

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

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

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.19619.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-12-20 00:28:08 +00:00 committed by GitHub
parent bbd857cda9
commit 00fbb14f78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -73,17 +73,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.19618.5">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.19619.3">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>6c27ccc605339ca13aefc7f05e8fe8030437db6c</Sha>
<Sha>7063a4771f8b1f2c503af73c3e7e1f6e5bfd129b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.19617.15" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.19619.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7e7e3eab372d4c76824ba8c31b05f11b94b8a057</Sha>
<Sha>43c2cface2fdd4fdff1606919fb295e7166711f9</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.19617.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.19618.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>36aeef86e2ce31f3f7a13f6a251abfd0208e0c31</Sha>
<Sha>e709f22343618ae5c98f6dfa49099833c0bc624e</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-rtm.19564.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.19618.5</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.19619.3</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.200-preview.19617.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.200-preview.19618.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.200-preview.19617.15</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.200-preview.19619.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>