Update dependencies from https://github.com/dotnet/sdk build 20190817.1 (#4081)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19417.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-20 18:10:20 +00:00 committed by GitHub
parent 1b7d5219f9
commit 8e0f6e8710
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>b3e83f9622d29f75d7f144ea55d8d6803eb29077</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19414.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19417.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>dcfa90ff8eda8a459c74e5669f650c3b63e262d0</Sha>
<Sha>0764a2b93c13914bda8bad82fb278fa418b53720</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19420.1">
<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.19414.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19417.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>