Update dependencies from dotnet/toolset (#2854)

This commit is contained in:
William Godbe 2019-07-03 16:09:26 -07:00 committed by GitHub
parent c529c2f401
commit 0f8c4d5891
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>
<Sha>b8f20a964a083fb9f53043aa9e0ddd53e376c4bf</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19352.37">
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19353.18">
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>e4e14527ba09b73abd12c61f51d1a7ae008af992</Sha>
<Sha>ce20b6e406fe72eb254cade5f45f6c2459fd4912</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19351.5">
<Uri>https://github.com/dotnet/sdk</Uri>

View file

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