Update dependencies from https://github.com/dotnet/sdk build 20190516.1 (#2033)

- Microsoft.NET.Sdk - 3.0.100-preview6.19266.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-17 01:20:01 +00:00 committed by GitHub
parent ebac2e805b
commit 5cd92bf689
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>4f1286909b95a37686cb3bc3ee69dba716056fb6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19265.6">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19266.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>260d55d2a1b5fe6961b1b7454d8ebf971181b177</Sha>
<Sha>f8a2a0fa2fd3b5676b7e93e9a16d4fdae540140d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19265.5">
<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.19265.6</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19266.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27716-04</MicrosoftNETCoreAppPackageVersion>