Update dependencies from https://github.com/dotnet/sdk build 20190422.14 (#1668)

- Microsoft.NET.Sdk - 3.0.100-preview6.19222.14
This commit is contained in:
dotnet-maestro[bot] 2019-04-23 01:01:07 +00:00 committed by GitHub
parent 616561dcbd
commit dce33298fa
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>5a39f78ff50006f4c1d39ab706fdbcf3ae2a25ac</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19212.8">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19222.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6916b50efb78f126aa68a5d183993f55fb6e03c9</Sha>
<Sha>792478638e670b5a916c725cc416905cd9f9f78a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19222.4">
<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-preview5.19212.8</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19222.14</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27622-14</MicrosoftNETCoreAppPackageVersion>