[master] Update dependencies from dotnet/sdk (#2230)

* Update dependencies from https://github.com/dotnet/sdk build 20190531.3

- Microsoft.NET.Sdk - 3.0.100-preview6.19281.3

* Update dependencies from https://github.com/dotnet/sdk build 20190531.4

- Microsoft.NET.Sdk - 3.0.100-preview6.19281.4
This commit is contained in:
dotnet-maestro[bot] 2019-06-01 00:41:14 +00:00 committed by GitHub
parent 7d27669033
commit b83e11e034
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>5d9fc34d19fe75089c293250f5f95dcd0f868385</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19281.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19281.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ff80c824a9e62ec721b467c9f6b0b407fbb14fa0</Sha>
<Sha>2091d9e3d25dee185dcedf5cb0c2798837dd3a8d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19280.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.19281.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19281.4</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27730-01</MicrosoftNETCoreAppPackageVersion>