Update dependencies from https://github.com/dotnet/sdk build 20190503.1 (#1838)

- Microsoft.NET.Sdk - 3.0.100-preview6.19253.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-03 15:47:51 +00:00 committed by GitHub
parent 132fa5f8bf
commit a5312773db
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.19252.4">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19253.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>231a861bd96b5e4fbe287956be76697f5f900680</Sha>
<Sha>8ce8a895e557309c923da15cff18a77e1bbb8f26</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.19252.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19253.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27629-07</MicrosoftNETCoreAppPackageVersion>