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

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

This change updates the following dependencies
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview4.19168.3

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview4.19169.3
This commit is contained in:
dotnet-maestro[bot] 2019-03-20 12:36:37 +00:00 committed by GitHub
parent 16b58e48c7
commit 7ee91354a9
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>42a212514e375a0821baab69fbac462e39590cfb</Sha> <Sha>42a212514e375a0821baab69fbac462e39590cfb</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview4.19167.1"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview4.19169.3">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>b27a1cadc9f5e1d1d347a2fa3706b6203c68ece8</Sha> <Sha>451276038744a1883f8a9f15206ecef734c0c21c</Sha>
</Dependency> </Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19168.1"> <Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19168.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-preview4.19167.1</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview4.19169.3</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore --> <!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->