Update dependencies from https://github.com/dotnet/sdk build 20190529.4 (#2204)

- Microsoft.NET.Sdk - 3.0.100-preview6.19279.4
This commit is contained in:
dotnet-maestro[bot] 2019-05-30 07:03:13 +00:00 committed by GitHub
parent 36eda7e5e7
commit 44242c8956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>3b980275962d561f608ccea96143a6a0e4d15869</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19279.3">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19279.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>71e56e05107281b13e123888ee965e52c1c4d205</Sha>
<Sha>d6749cfae26412c188e26c247b15919afccef127</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19279.4">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -44,7 +44,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19279.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19279.4</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27729-07</MicrosoftNETCoreAppPackageVersion>