Update dependencies from https://github.com/dotnet/sdk build 20190517.1 (#2047)

- Microsoft.NET.Sdk - 3.0.100-preview6.19267.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-17 19:50:13 +00:00 committed by GitHub
parent 5016ace737
commit 07b926fe2f
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>ca3d6589882127004ada76201d11caeef77dda14</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19266.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f8a2a0fa2fd3b5676b7e93e9a16d4fdae540140d</Sha>
<Sha>9fd3e0b67aaa6fe75f1aed977ef06c67d5e64e68</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.1">
<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.19266.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27717-03</MicrosoftNETCoreAppPackageVersion>