Update dependencies from https://github.com/dotnet/sdk build 20190724.2 (#3420)
- Microsoft.NET.Sdk - 3.0.100-preview8.19374.2
This commit is contained in:
parent
7ed691a911
commit
9c3c1d39c5
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>07b8bb2d1c14414accaf58b27577f775454e79ec</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19374.1">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19374.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>5b5d4ee5cdb6c75003561820ce31c2435e8cddc5</Sha>
|
||||
<Sha>33a21e560d71f4d3364c501a353bfeda95ea36fa</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19374.11">
|
||||
<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.19374.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19374.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue