Update dependencies from https://github.com/dotnet/sdk build 20190505.1 (#1872)

- Microsoft.NET.Sdk - 3.0.100-preview6.19255.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-05 15:29:44 +00:00 committed by GitHub
parent 57cb9525c4
commit f1c670553e
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>e94d4263f03ced7269275c10a59d1dddb0c76b7c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19254.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19255.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4cbbca75493efccdb57de63597e3e4ee452471ba</Sha>
<Sha>d6485643ff1ffbed005f640ccd142c549422bb01</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19252.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.19254.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19255.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27705-04</MicrosoftNETCoreAppPackageVersion>