Update dependencies from https://github.com/dotnet/sdk build 20190714.2 (#3181)

- Microsoft.NET.Sdk - 3.0.100-preview8.19364.2
This commit is contained in:
dotnet-maestro[bot] 2019-07-15 02:24:23 +00:00 committed by GitHub
parent 7e4b376607
commit 2e4738dc50
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>86d78613b7dd2ff3c34dc79b436b9a0c179bbb6a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19364.1">
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview8.19364.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>95b7659c92dae339cf21921a0e9e76ae52d68d04</Sha>
<Sha>16d1be73fa6aa0ea3b9073cf99967244b083f3f5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview8.19364.8">
<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.19364.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>3.0.100-preview8.19364.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>