[release/3.0.1xx] Update dependencies from dotnet/toolset (#5189)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19510.1

Dependency coherency updates

- Microsoft.NET.Sdk - 3.0.101-servicing.19509.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19510.4

Dependency coherency updates

- Microsoft.NET.Sdk - 3.0.101-servicing.19509.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19510.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.0.101-servicing.19509.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-10-10 23:27:34 +00:00 committed by GitHub
parent 35d2ba41af
commit 91de21e0a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -69,13 +69,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>a776e417c83c52908298b3767e462feae8b18b98</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.101-servicing.19508.1">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.101-servicing.19510.5">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>6a8609fc2c10ee908977238e5c6bc48b926491da</Sha>
<Sha>7787ccf9e8ec10aaa2a379dce3d593f280c39910</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.101-servicing.19477.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.101-servicing.19509.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3819a21a612cd8bc15b6f6c4e361d18490469577</Sha>
<Sha>6af203a52b82e8c2d7fc4a6872827961fc4c7903</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.101-servicing.19503.4" 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.0.101-servicing.19508.1</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.101-servicing.19510.5</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.101-servicing.19477.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.101-servicing.19509.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>