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

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview5.19212.2

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview5.19212.3

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview5.19212.4

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview5.19212.5
This commit is contained in:
dotnet-maestro[bot] 2019-04-12 13:06:34 +00:00 committed by GitHub
parent 7d85e45f0b
commit b1ee6949a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>df99030c70eb20df18f953a62f3cf9d56ea20d6b</Sha> <Sha>df99030c70eb20df18f953a62f3cf9d56ea20d6b</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview5.19212.1"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview5.19212.5">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>af46a83a77e33f86bf31ac39bf9bb6cb4e50a8eb</Sha> <Sha>d610b6384f3abd930880eaca04f0ac76a206e313</Sha>
</Dependency> </Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19212.1"> <Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19212.1">
<Uri>https://github.com/dotnet/standard</Uri> <Uri>https://github.com/dotnet/standard</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel> <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview5.19212.1</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview5.19212.5</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->