Update dependencies from https://github.com/dotnet/sdk build 20190531.1 (#2227)

- Microsoft.NET.Sdk - 3.0.100-preview6.19281.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-31 14:15:55 +00:00 committed by GitHub
parent 46f4557631
commit 0897df3dba
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>bb97ef1ce6db23b0257a7d62aa21d5db9142c351</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19280.5">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19281.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>edab73adbf6f7ba08a91026e2a0b57eaa2d0baf7</Sha>
<Sha>89267200581dc92358c2239ba5aef5c4169b46d8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19280.2">
<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.19280.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19281.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27730-01</MicrosoftNETCoreAppPackageVersion>