Update dependencies from https://github.com/dotnet/sdk build 20190725.5 (#3449)

- Microsoft.NET.Sdk - 3.0.100-preview8.19375.5
This commit is contained in:
dotnet-maestro[bot] 2019-07-26 01:38:35 +00:00 committed by GitHub
parent b0378e7127
commit 50efb22ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>b0970534fc9a961227ce85a12b67eb081f70dd2b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19375.4">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19375.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>f16d813fa5671eea294073b76ef9019081034306</Sha>
<Sha>c8c1499af5f9a0afc61a659c31b7564e2e55de1c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19375.9">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19375.4</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19375.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>