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

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19265.4

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

- Microsoft.NET.Sdk - 3.0.100-preview6.19265.5
This commit is contained in:
dotnet-maestro[bot] 2019-05-15 23:33:43 +00:00 committed by GitHub
parent 865f1c2745
commit e326ad45d0
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>d3413ee9ec761bdf067114a498b9da3ebf0149df</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19264.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19265.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>51ab900ef7b7f954e284347c913299711514101d</Sha>
<Sha>77677cd4cd4d033e2a30e33f2e7dc49d7f3c8095</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19265.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.19264.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19265.5</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27715-05</MicrosoftNETCoreAppPackageVersion>