Update dependencies from https://github.com/dotnet/sdk build 20190726.1 (#3482)

- Microsoft.NET.Sdk - 3.0.100-preview8.19376.1
This commit is contained in:
dotnet-maestro[bot] 2019-07-26 18:22:51 +00:00 committed by GitHub
parent e75baf3895
commit 817f01d8e2
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>d98e9768ca8b575e2c9888fac671631292f6d964</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19375.6">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19376.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>976cce7688bcf65877f88e309c01f5ea5b8e1f13</Sha>
<Sha>c2628eb88eeb3167a328b56004b0b8c719a91675</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19376.8">
<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.6</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19376.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>