Update dependencies from https://github.com/dotnet/sdk build 20190906.1 (#4624)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19456.1
This commit is contained in:
dotnet-maestro[bot] 2019-09-06 22:19:23 +00:00 committed by GitHub
parent 505fbf826d
commit 55c1bb0c4d
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>d32a85101dc2434ca1ce539b85819d585f1e1346</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19455.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19456.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a</Sha>
<Sha>00237232bd209c73d25924ce5e17a20af033ba71</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19456.10">
<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.19455.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19456.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>