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

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

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

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

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

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

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

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

- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.1
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.1
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.1
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.1
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.1
This commit is contained in:
dotnet-maestro[bot] 2019-11-13 18:35:18 +00:00 committed by GitHub
parent f6a2a7ccc1
commit 6b36200dab
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>325d5b7d5db60293bb4830bf2f933013e3b2dd5d</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19559.3">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.19563.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
<Sha>9feb75f11691334b199995cc42e28d24f6d56082</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19559.3">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.19563.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
<Sha>9feb75f11691334b199995cc42e28d24f6d56082</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19559.3">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.19563.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
<Sha>9feb75f11691334b199995cc42e28d24f6d56082</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19559.3">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.19563.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
<Sha>9feb75f11691334b199995cc42e28d24f6d56082</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19559.3">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.19563.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b</Sha>
<Sha>9feb75f11691334b199995cc42e28d24f6d56082</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.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>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.19563.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.19563.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.19563.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.19563.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.19563.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>
<PropertyGroup>