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

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19223.7

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19224.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-24 15:49:31 +00:00 committed by GitHub
parent 77f977e4e5
commit d1c10b2fb1
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>5bd46b63a3e439d2a8e70a1fc52942783f1033f5</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19223.6">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19224.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>08e24ad54b7a90b61d9be99772e9f90f3f4653f1</Sha>
<Sha>5b7f189b8297594a1001159dd290fb482d718969</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19224.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.19223.6</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19224.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27623-08</MicrosoftNETCoreAppPackageVersion>