Merge pull request #1973 from dotnet/darc-master-f057328e-b92d-46e8-9459-fa33b387d72f

[master] Update dependencies from dotnet/sdk
This commit is contained in:
Livar 2019-05-13 10:27:37 -07:00 committed by GitHub
commit f85621dc05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -54,9 +54,9 @@
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>4b3bef4a8ca06a6a016d986cc78902bd63ab9033</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19262.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19263.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3be65641f392ecd21f7245eb3463d034f8f39e5c</Sha>
<Sha>2c51ef3f7c52b0e13ca5d363299e257e4105f518</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19263.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19262.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19263.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27713-03</MicrosoftNETCoreAppPackageVersion>