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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-05
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-05

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19572.1 (parent: Microsoft.NETCore.App.Internal)
This commit is contained in:
dotnet-maestro[bot] 2019-11-23 04:20:44 +00:00 committed by GitHub
parent bd4beac00f
commit 60b24b9d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 19 deletions

View file

@ -8,7 +8,6 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
<add key="darc-pub-dotnet-corefx-4ac4c03" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4ac4c036/nuget/v3/index.json" />
<add key="darc-pub-aspnet-AspNetCore-22dedcb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-22dedcb2/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />

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-19572-01">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19572-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
<Sha>84c8bdc161ce5f1e414eb76993a8ec388dc6f167</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19572-01">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19572-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
<Sha>84c8bdc161ce5f1e414eb76993a8ec388dc6f167</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19572-01">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19572-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
<Sha>84c8bdc161ce5f1e414eb76993a8ec388dc6f167</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19572-01">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19572-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
<Sha>84c8bdc161ce5f1e414eb76993a8ec388dc6f167</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19572-01">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19572-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
<Sha>84c8bdc161ce5f1e414eb76993a8ec388dc6f167</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.0" CoherentParentDependency="Microsoft.NETCore.App.Internal">
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1-servicing.19572.1" CoherentParentDependency="Microsoft.NETCore.App.Internal">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>4ac4c0367003fe3973a3648eb0715ddb0e3bbcea</Sha>
<Sha>1c64bf53a2c835d8157ddede4cb8b6902fa5c3dd</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.0</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>3.0.1-servicing.19572.1</MicrosoftNETCorePlatformsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19572-05</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-05</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19572-05</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19572-05</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-05</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>