Update dependencies from https://github.com/dotnet/sdk build 20190425.1 (#1747)

- Microsoft.NET.Sdk - 3.0.100-preview6.19225.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-25 15:36:27 +00:00 committed by GitHub
parent 3b0b066c0c
commit eff2dfd89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -54,9 +54,9 @@
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>431fddad96415a6ec39ac97b9e372c2f348a617f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19224.2">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19225.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cfadc9cd5fefa5e4e924cd528550d91e0c34b556</Sha>
<Sha>fc4751df28d67c551ef55bf9bde6b4fea059f321</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19224.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -45,7 +45,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19224.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19225.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27623-08</MicrosoftNETCoreAppPackageVersion>