Merge pull request #2052 from dotnet/darc-master-c12a1cc3-38ed-4230-a1e5-ce2cd020af88

[master] Update dependencies from dotnet/sdk
This commit is contained in:
Daniel Plaisted 2019-05-20 12:51:02 -07:00 committed by GitHub
commit 520a7e13b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>2f630cd85d291fbace35b5d047c19504637322e5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.4">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8fb5876d7ca6c684b06caa8604bc0d69f115942e</Sha>
<Sha>efc78834f8816aeea9d26168f887248732fd9fda</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19268.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.5</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27720-01</MicrosoftNETCoreAppPackageVersion>