Update dependencies from https://github.com/dotnet/sdk build 20190517.2 (#2049)

- Microsoft.NET.Sdk - 3.0.100-preview6.19267.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-17 23:58:19 +00:00 committed by GitHub
parent b9badae686
commit 9410d2fbc2
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.19267.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>9fd3e0b67aaa6fe75f1aed977ef06c67d5e64e68</Sha>
<Sha>a757ef3cc8944dc4ee14e1226c4957099fb8284d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.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.19267.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27717-04</MicrosoftNETCoreAppPackageVersion>