Update dependencies from https://github.com/dotnet/sdk build 20190808.3 (#3889)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19408.3
This commit is contained in:
dotnet-maestro[bot] 2019-08-09 01:15:39 +00:00 committed by GitHub
parent 4cfa8bad11
commit 79cb13bd1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19401.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19408.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b23fd25e1070aa8075b66f9d208835fa67af3dbb</Sha>
</Dependency>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19401.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19408.3</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>