Update dependencies from https://github.com/dotnet/sdk build 20190517.5
- Microsoft.NET.Sdk - 3.0.100-preview6.19267.5
This commit is contained in:
parent
0518f00341
commit
a86a55ec00
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
||||||
<Uri>https://github.com/dotnet/standard</Uri>
|
<Uri>https://github.com/dotnet/standard</Uri>
|
||||||
<Sha>ca3d6589882127004ada76201d11caeef77dda14</Sha>
|
<Sha>ca3d6589882127004ada76201d11caeef77dda14</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.4">
|
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview6.19267.5">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>8fb5876d7ca6c684b06caa8604bc0d69f115942e</Sha>
|
<Sha>efc78834f8816aeea9d26168f887248732fd9fda</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.4">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview6.19267.4">
|
||||||
<Uri>https://github.com/dotnet/cli</Uri>
|
<Uri>https://github.com/dotnet/cli</Uri>
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.4</MicrosoftNETSdkPackageVersion>
|
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19267.5</MicrosoftNETSdkPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27717-04</MicrosoftNETCoreAppPackageVersion>
|
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27717-04</MicrosoftNETCoreAppPackageVersion>
|
||||||
|
|
Loading…
Reference in a new issue