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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-01
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-01
This commit is contained in:
dotnet-maestro[bot] 2019-11-22 12:25:43 +00:00 committed by GitHub
parent d5af4deef9
commit 1616869d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 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-19571-10">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19572-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0a1cbe342c0dbe8662b6de6b8c045bf6208b6b20</Sha>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19571-10">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19572-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0a1cbe342c0dbe8662b6de6b8c045bf6208b6b20</Sha>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19571-10">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19572-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0a1cbe342c0dbe8662b6de6b8c045bf6208b6b20</Sha>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19571-10">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19572-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0a1cbe342c0dbe8662b6de6b8c045bf6208b6b20</Sha>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19571-10">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19572-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>0a1cbe342c0dbe8662b6de6b8c045bf6208b6b20</Sha>
<Sha>d8780975138879dcbbdda4aee1534d67ca6d3e29</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">

View file

@ -49,12 +49,12 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19571-10</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-10</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19571-10</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19571-10</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-10</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19572-01</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19572-01</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>