Update dependencies from https://github.com/dotnet/core-setup build 20191027.1 (#5369)

- Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.1
- Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19527.1
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19527.1
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19527.1
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.1
This commit is contained in:
dotnet-maestro[bot] 2019-10-27 15:45:45 +00:00 committed by GitHub
parent 13b4f3e88d
commit 34dce04f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -13,25 +13,25 @@
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>e11eee3fb46edfda21048d1ce9713bbf2a4bd04c</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha1.19526.2">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha1.19527.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
<Sha>bf59e8ee8dda6c2244d78714a0d93a70dc27c910</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha1.19526.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha1.19527.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
<Sha>bf59e8ee8dda6c2244d78714a0d93a70dc27c910</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19526.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19527.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
<Sha>bf59e8ee8dda6c2244d78714a0d93a70dc27c910</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha1.19526.2">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha1.19527.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
<Sha>bf59e8ee8dda6c2244d78714a0d93a70dc27c910</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha1.19526.2">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha1.19527.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>73e44b881a28160367e0024dbe6150b198910464</Sha>
<Sha>bf59e8ee8dda6c2244d78714a0d93a70dc27c910</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->

View file

@ -62,11 +62,11 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha1.19526.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19526.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha1.19526.2</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha1.19526.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha1.19526.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha1.19527.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19527.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha1.19527.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha1.19527.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha1.19527.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>
<PropertyGroup>