[master] Update dependencies from dotnet/toolset (#4826)

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

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.1

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

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.2
This commit is contained in:
dotnet-maestro[bot] 2019-09-14 13:00:29 +00:00 committed by GitHub
parent 9a44c183c7
commit c8f65cced6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -42,9 +42,9 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>778951d25fd4fd5e04a2d2c9220e20b7074d1cbc</Sha> <Sha>778951d25fd4fd5e04a2d2c9220e20b7074d1cbc</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="5.0.100-alpha1.19463.10"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="5.0.100-alpha1.19464.2">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>038d81e6cf52fdfed435994f08a0857971308c3b</Sha> <Sha>134bbfd24e175d5fee38d40819c2161d40216cfa</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19463.1"> <Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19463.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel> <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>5.0.100-alpha1.19463.10</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>5.0.100-alpha1.19464.2</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->