[master] Update dependencies from dotnet/sdk (#3402)
* Update dependencies from https://github.com/dotnet/sdk build 20190723.3 - Microsoft.NET.Sdk - 3.0.100-preview8.19373.3 * Update dependencies from https://github.com/dotnet/sdk build 20190723.4 - Microsoft.NET.Sdk - 3.0.100-preview8.19373.4 * Update dependencies from https://github.com/dotnet/sdk build 20190724.1 - Microsoft.NET.Sdk - 3.0.100-preview8.19374.1
This commit is contained in:
parent
d1ec9d9eee
commit
1c09a020d7
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>083658680ca51cbbba74851ff8c9d3b35a8e0911</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19373.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19374.1">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>96e6fc555a9685153578810ab646bee2a46787bd</Sha>
|
||||
<Sha>5b5d4ee5cdb6c75003561820ce31c2435e8cddc5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19374.2">
|
||||
<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.19373.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19374.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue