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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19576-05
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-05
This commit is contained in:
dotnet-maestro[bot] 2019-11-27 00:45:51 +00:00 committed by GitHub
parent 77416513e4
commit 9d1b9822c2
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-19576-03">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19576-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62e9d13376ca698367b5f7682cce8a2bf4666f42</Sha>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19576-03">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19576-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62e9d13376ca698367b5f7682cce8a2bf4666f42</Sha>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19576-03">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19576-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62e9d13376ca698367b5f7682cce8a2bf4666f42</Sha>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19576-03">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19576-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62e9d13376ca698367b5f7682cce8a2bf4666f42</Sha>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19576-03">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19576-05">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62e9d13376ca698367b5f7682cce8a2bf4666f42</Sha>
<Sha>bf4c7b66bc5aea96c8569384aa11fa88a8966cf8</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-19576-03</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-03</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19576-03</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19576-03</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-03</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19576-05</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19576-05</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>