Update dependencies from https://github.com/dotnet/sdk build 20190530.4 (#2215)

- Microsoft.NET.Sdk - 3.0.100-preview6.19280.4
This commit is contained in:
dotnet-maestro[bot] 2019-05-31 08:14:43 +00:00 committed by GitHub
parent 06c20b5fa5
commit 99353d9fa9
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> <Uri>https://github.com/dotnet/standard</Uri>
<Sha>2c94a70248b2c4379ceffbade085f8d7eca4fee0</Sha> <Sha>2c94a70248b2c4379ceffbade085f8d7eca4fee0</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19279.4"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19280.4">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d6749cfae26412c188e26c247b15919afccef127</Sha> <Sha>cda3914e2da64cf48029ac06dc043e039d1d1ee9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19280.2"> <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19280.2">
<Uri>https://github.com/dotnet/cli</Uri> <Uri>https://github.com/dotnet/cli</Uri>

View file

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