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

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

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

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

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

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

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

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.200-preview.20126.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-02-27 04:18:12 +00:00 committed by GitHub
parent b3dae24c3b
commit 80803885a0
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>247f60e9e34a03ed99e855eb1ea0c20931a968db</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20124.2">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20126.2">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>99c019d308d25855c67b83eb3ca94f9fd5999bd0</Sha>
<Sha>011bceaeaaa68279aebf84ce58e488a1acaf283a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20123.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20126.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f1ae79d83d0c08d08472e9f7ba030a119c4d9458</Sha>
<Sha>1a75f83011dccb47a8b9689704b961a0bf09ca14</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.20124.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.20124.2</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20126.2</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.20123.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.200-preview.20126.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>