Update dependencies from https://github.com/dotnet/sdk build 20190426.1 (#1769)

- Microsoft.NET.Sdk - 3.0.100-preview6.19226.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-27 00:05:58 +00:00 committed by GitHub
parent 7b5faadda1
commit 3c99df0ca0
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>4acc9a6f8f71debcb1d93a4cd66b5c769e998e4e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19225.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19226.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>fc4751df28d67c551ef55bf9bde6b4fea059f321</Sha>
<Sha>7d419793e74a2291ecfc9684aafc4dd7cc595361</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19226.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.19225.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19226.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27626-01</MicrosoftNETCoreAppPackageVersion>