Update dependencies from https://github.com/dotnet/sdk build 20190725.4 (#3439)
- Microsoft.NET.Sdk - 3.0.100-preview8.19375.4
This commit is contained in:
parent
2cbe78bea6
commit
665d9c5e3e
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>9ad26b5de0c92f39389090527b4119d061193a64</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19375.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19375.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>16063bb34654db797a291342eb2aa42dd703af21</Sha>
|
||||
<Sha>f16d813fa5671eea294073b76ef9019081034306</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19375.8">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19375.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19375.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue