Update dependencies from https://github.com/dotnet/toolset build 20191225.4 (#5969)

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

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.19625.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-12-26 08:20:48 +00:00 committed by GitHub
parent d7cda149e2
commit 1f2874a59b
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,13 +73,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.19620.3">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.19625.4">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>efd4239aad65650c5ea060157bfba6a340a46c29</Sha>
<Sha>37b6490871829bab98ffaf41a3ca2d7675cefca6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.19619.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.19625.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>36cf3588bae9485ab2ac20104ee69de8270ad412</Sha>
<Sha>4a9be5b8dfb0c287883d3fd79c307f2bcfb41119</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.19620.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.19620.3</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.19625.4</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -52,7 +52,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.200-preview.19619.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.200-preview.19625.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>