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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19576-08
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-08

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-12-05 19:43:46 +00:00 committed by GitHub
parent ba831f9396
commit f864fc8dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19576-05">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19576-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
<Sha>547ae1f5f072d130b32ec3089876711070b2dc4f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19576-05">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19576-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
<Sha>547ae1f5f072d130b32ec3089876711070b2dc4f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19576-05">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19576-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
<Sha>547ae1f5f072d130b32ec3089876711070b2dc4f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19576-05">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19576-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
<Sha>547ae1f5f072d130b32ec3089876711070b2dc4f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19576-05">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19576-08">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
<Sha>547ae1f5f072d130b32ec3089876711070b2dc4f</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0" Pinned="true">
@ -36,9 +36,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1-servicing.19572.6" CoherentParentDependency="Microsoft.NETCore.App.Internal">
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1-servicing.19576.7" CoherentParentDependency="Microsoft.NETCore.App.Internal">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>a2b312cfb6b50fa9c224c1954a6ba2fe3095796b</Sha>
<Sha>552078bd73ff238b312f8b92ad49f535c3445f25</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.1">

View file

@ -45,16 +45,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
<MicrosoftNETCorePlatformsPackageVersion>3.0.1-servicing.19572.6</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>3.0.1-servicing.19576.7</MicrosoftNETCorePlatformsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19576-08</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-08</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19576-08</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19576-08</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-08</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>