Update dependencies from https://github.com/dotnet/sdk build 20190927.5 (#4987)

- Microsoft.NET.Sdk - 5.0.100-alpha1.19477.5
This commit is contained in:
dotnet-maestro[bot] 2019-09-28 04:05:29 +00:00 committed by GitHub
parent 65ed3e4759
commit b679173edb
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>4420d83aab02a1b8b34aa410b3dc5839cf21d887</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19464.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-alpha1.19477.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b07b215a9c1fe6eabe1eee148bf5efec2c2e613b</Sha>
<Sha>b28a8efbfb30d84019351abb3aa9a2b15e008662</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-alpha1.19477.6">
<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.19464.1</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.100-alpha1.19477.5</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
</PropertyGroup>
<PropertyGroup>