[master] Update dependencies from dotnet/core-setup (#5589)

* Update dependencies from https://github.com/dotnet/core-setup build 20191108.5

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.5
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.5
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.5
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.5
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.5

* Update dependencies from https://github.com/dotnet/core-setup build 20191108.7

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.7
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.7
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.7
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.7
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.7

* Update dependencies from https://github.com/dotnet/core-setup build 20191109.3

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19559.3
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19559.3
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19559.3
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19559.3
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.3
This commit is contained in:
dotnet-maestro[bot] 2019-11-09 20:28:11 +00:00 committed by GitHub
parent 50b4065e63
commit 119cc13627
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>646bd23b14c2b15c9ca0ce4279470c58264a287c</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19558.2">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19559.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>912ae187d62b19a2a8dba3390267c910651a0f86</Sha>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19558.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19559.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>912ae187d62b19a2a8dba3390267c910651a0f86</Sha>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19558.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19559.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>912ae187d62b19a2a8dba3390267c910651a0f86</Sha>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19558.2">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19559.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>912ae187d62b19a2a8dba3390267c910651a0f86</Sha>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19558.2">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19559.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>912ae187d62b19a2a8dba3390267c910651a0f86</Sha>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</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-alpha.1.19558.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19558.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19558.2</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19558.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19558.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19559.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19559.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19559.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19559.3</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19559.3</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>
<PropertyGroup>