[master] Update dependencies from dotnet/sdk (#4018)

* Update dependencies from https://github.com/dotnet/sdk build 20190813.6

- Microsoft.NET.Sdk - 5.0.100-alpha1.19413.6

* Update dependencies from https://github.com/dotnet/sdk build 20190814.1

- Microsoft.NET.Sdk - 5.0.100-alpha1.19414.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-14 16:27:41 +00:00 committed by GitHub
parent b791441140
commit d6df2858d2
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>e3451e25ef44fddd2816c3db87c784ee81ccb275</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19413.2">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19414.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d03a5382ba3821777645f45ab91818c594705b24</Sha>
<Sha>dcfa90ff8eda8a459c74e5669f650c3b63e262d0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19413.5">
<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>5.0.100-alpha1.19413.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19414.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>