Update dependencies from https://github.com/dotnet/sdk build 20190425.2 (#1757)
- Microsoft.NET.Sdk - 3.0.100-preview5.19225.2
This commit is contained in:
parent
13c0a5fdb5
commit
10dd85d337
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>5eee83eaa61eff38f470dc690218bebf73f46e23</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19222.7">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19225.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>cb764d762acad2d4c79c17e44de79efcbce90bfb</Sha>
|
||||
<Sha>7af4517bbcf17b000889c1077ef5976f2b6350ea</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19223.4">
|
||||
<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-preview5.19222.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview5.19225.2</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27624-11</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue