Update dependencies from https://github.com/dotnet/sdk build 20190422.7 (#1669)
- Microsoft.NET.Sdk - 3.0.100-preview5.19222.7
This commit is contained in:
parent
8b12ea462f
commit
7bf7bedbed
2 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@
|
|||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>ab24a5de1bf2d8b71eff678798b65bd562630ae2</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19212.8">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview5.19222.7">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6916b50efb78f126aa68a5d183993f55fb6e03c9</Sha>
|
||||
<Sha>cb764d762acad2d4c79c17e44de79efcbce90bfb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19219.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.19212.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview5.19222.7</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27622-15</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue