Update dependencies from https://github.com/dotnet/sdk build 20190522.2 (#2087)

- Microsoft.NET.Sdk - 3.0.100-preview6.19272.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-22 23:36:36 +00:00 committed by GitHub
parent 341b16a8e0
commit 69be7618f8
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>8f6300e1f771d40dee4017f62ce885eb8251c322</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19271.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19272.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a67433ffadecd0c6848de330914a7928806d1240</Sha>
<Sha>adc956024076713234e69d41a11b0253fdfd90f1</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19272.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.19271.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19272.2</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27722-02</MicrosoftNETCoreAppPackageVersion>