Update dependencies from https://github.com/dotnet/sdk build 20190711.4 (#3081)
- Microsoft.NET.Sdk - 3.0.100-preview8.19361.4
This commit is contained in:
parent
3fa3aa6ffe
commit
80bf841803
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>704d15e59783e74c3d8a2dd55f5e815c3f1b5f75</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19361.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19361.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>ff571fec78dbcf9451afb358473630549aa16d38</Sha>
|
||||
<Sha>ee16f181d74853976128e308a93392a2ccac40c9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19361.14">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19361.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19361.4</MicrosoftNETSdkPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview8-27911-13</MicrosoftNETCoreAppPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue