Update dependencies from https://github.com/dotnet/toolset build 20200323.1 (#6897)

- Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20173.1

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.300-preview.20173.1 (parent: Microsoft.Dotnet.Toolset.Internal)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-24 00:11:19 +00:00 committed by GitHub
parent 13f19b4682
commit 4ee96efcb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -77,13 +77,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>247f60e9e34a03ed99e855eb1ea0c20931a968db</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.300-preview.20168.1">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.300-preview.20173.1">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>34cf9198546024cbd28c04dc8295dd88a1d43e95</Sha>
<Sha>668718f15a6c3d58fb52dcaaf739b477aca6f85a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.300-preview.20167.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.300-preview.20173.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ab67b97f347912176cbc9f94ab76c5645d245af6</Sha>
<Sha>a1af8fb4a842393917f9cda201fc1322eb0b675f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.300-preview.20168.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.300-preview.20168.1</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.300-preview.20173.1</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -53,7 +53,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.1.300-preview.20167.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.1.300-preview.20173.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>