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

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview4.19210.15

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview4.19210.16
This commit is contained in:
dotnet-maestro[bot] 2019-04-10 17:51:37 +00:00 committed by GitHub
parent 0f54d7533d
commit 3f034ca761
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>42a212514e375a0821baab69fbac462e39590cfb</Sha> <Sha>42a212514e375a0821baab69fbac462e39590cfb</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview4.19210.14"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview4.19210.16">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>e90591d8a19685be76be10b1adb9ba91df760119</Sha> <Sha>0abec8980491bc4612c77ebd22b6237b08cdae81</Sha>
</Dependency> </Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19208.5"> <Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19208.5">
<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.19210.14</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview4.19210.16</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->