Update dependencies from https://github.com/dotnet/sdk build 20190528.5 (#2184)

- Microsoft.NET.Sdk - 3.0.100-preview6.19278.5
This commit is contained in:
dotnet-maestro[bot] 2019-05-29 03:21:54 +00:00 committed by GitHub
parent bd87f54f96
commit 8c0b4d74ce
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>dbf0273ad76a5279703ee5d6e9ae2788b0fe594a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19274.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19278.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>8f80c53ce0521cebc2b9aaf0cb62dc15884e6093</Sha>
<Sha>7e1734d018b3a1e438bf0bd408f16438dbca303a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19278.2">
<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.19274.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19278.5</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27728-02</MicrosoftNETCoreAppPackageVersion>