Update dependencies from https://github.com/dotnet/runtime build 20200212.1 (#6349)

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

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20112.1 (parent: Microsoft.NetCore.App.Internal)
This commit is contained in:
dotnet-maestro[bot] 2020-02-12 13:55:49 +00:00 committed by GitHub
parent a4395e4f80
commit fab515c97f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -13,25 +13,25 @@
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>5e577035922330935e413e00310398c4f9b4f43d</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.20111.2">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.20112.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.20111.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-alpha.1.20112.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.20111.2">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha.1.20112.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.20111.2">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-alpha.1.20112.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.20111.2">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-alpha.1.20112.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</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. -->
@ -39,9 +39,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha.1.20111.2" CoherentParentDependency="Microsoft.NetCore.App.Internal">
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha.1.20112.1" CoherentParentDependency="Microsoft.NetCore.App.Internal">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>f496497de42b80b6d031d5de445ec74b2b01bb17</Sha>
<Sha>673635654c20e5eee329945c58058855bcc24340</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.1.20111.6">
<Uri>https://github.com/dotnet/aspnetcore</Uri>

View file

@ -62,15 +62,15 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCorePlatformsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.20111.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-alpha.1.20112.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>
<PropertyGroup>