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

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19271.1

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19271.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-22 22:35:47 +00:00 committed by GitHub
parent fb5d7b397e
commit e61e04ca47
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>8f6300e1f771d40dee4017f62ce885eb8251c322</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.5">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19271.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>efc78834f8816aeea9d26168f887248732fd9fda</Sha>
<Sha>a67433ffadecd0c6848de330914a7928806d1240</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19271.7">
<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.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19271.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27720-09</MicrosoftNETCoreAppPackageVersion>