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:
parent
7b5faadda1
commit
3c99df0ca0
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue