Update dependencies from https://github.com/dotnet/sdk build 20190717.2 (#3300)

- Microsoft.NET.Sdk - 3.0.100-preview8.19367.2
This commit is contained in:
dotnet-maestro[bot] 2019-07-17 16:47:21 +00:00 committed by GitHub
parent fba75b1628
commit 1266c31b0b
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>f4da4ee0e1ce885b03588bdd27c40799575c7e0d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19367.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19367.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7aea437762681344c8441b6574ca57288647cfcf</Sha>
<Sha>bd8cce7843a5b3f431e1011b1ca061d378197d41</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19367.2">
<Uri>https://github.com/dotnet/cli</Uri>

View file

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