Update dependencies from https://github.com/dotnet/core-setup build 20191121.09 (#5754)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-09 - Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-09 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-09 - Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-09 - Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-09
This commit is contained in:
parent
08e690095c
commit
46ef82cc30
2 changed files with 15 additions and 15 deletions
|
@ -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-08">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.0.2-servicing-19571-09">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ced6a9739002ddbc2470f0b42a21306c49b18ab1</Sha>
|
||||
<Sha>e16006fdb878571435c093f2fda5f4e6daa55654</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19571-08">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.0.2-servicing-19571-09">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ced6a9739002ddbc2470f0b42a21306c49b18ab1</Sha>
|
||||
<Sha>e16006fdb878571435c093f2fda5f4e6daa55654</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19571-08">
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.2-servicing-19571-09">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ced6a9739002ddbc2470f0b42a21306c49b18ab1</Sha>
|
||||
<Sha>e16006fdb878571435c093f2fda5f4e6daa55654</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19571-08">
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.0.2-servicing-19571-09">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ced6a9739002ddbc2470f0b42a21306c49b18ab1</Sha>
|
||||
<Sha>e16006fdb878571435c093f2fda5f4e6daa55654</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19571-08">
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.0.2-servicing-19571-09">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>ced6a9739002ddbc2470f0b42a21306c49b18ab1</Sha>
|
||||
<Sha>e16006fdb878571435c093f2fda5f4e6daa55654</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">
|
||||
|
|
|
@ -49,12 +49,12 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19571-08</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-08</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19571-08</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.0.2-servicing-19571-09</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-09</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.0.2-servicing-19571-09</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.0.0</MicrosoftNETCoreAppRefPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19571-08</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-08</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.0.2-servicing-19571-09</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.0.2-servicing-19571-09</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>3.0.0</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue