Update dependencies from https://github.com/dotnet/sdk build 20190812.1 (#3969)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19412.1
This commit is contained in:
dotnet-maestro[bot] 2019-08-12 18:46:51 +00:00 committed by GitHub
parent 910659bba1
commit 8569b120ae
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>3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19408.3">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19412.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b23fd25e1070aa8075b66f9d208835fa67af3dbb</Sha>
<Sha>fe6b50c78426124e34e56ecb7df8b6b86e6e0b48</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19412.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.19408.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19412.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>