Update dependencies from https://github.com/dotnet/toolset build 20191118.6 (#5713)

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.6

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19568.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-11-19 08:20:19 +00:00 committed by GitHub
parent d9d82feb4e
commit 0996eec117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -71,17 +71,17 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>53a17fce7ce81aa68ddaa7b04f371dc6391d3497</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-rtm.19568.5">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-rtm.19568.6">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>acb6df24937ad190153de23a0292c5c3c319c718</Sha>
<Sha>42b5b76ab570666badeab062852a9bc184dddcca</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-rtm.19568.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49bbede419cf63e15c70f4b463f80e4811fe3f34</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-rtm.19568.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-rtm.19568.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>
<Sha>f8b051906d69d8b1bde4e46e4d5b1f0c81b7f983</Sha>
<Sha>846cbf8b4ff94d584e880454dd37ac2f496c1033</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.19568.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-rtm.19568.5</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-rtm.19568.6</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.100-rtm.19568.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.100-rtm.19568.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>