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

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

- Microsoft.NET.Sdk - 5.0.100-alpha1.19478.1

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

- Microsoft.NET.Sdk - 5.0.100-alpha1.19501.2
This commit is contained in:
dotnet-maestro[bot] 2019-10-01 14:49:38 +00:00 committed by GitHub
parent 45fa659f57
commit f4bb2d8ff4
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>fff60983f7514498d2a343e349a78474ffbfb181</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19477.5">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19501.2">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b28a8efbfb30d84019351abb3aa9a2b15e008662</Sha>
<Sha>419501cb5731805c7e49bae276a2938e7c1844de</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19501.3">
<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.19477.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19501.2</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>