Fix up windowsdesktop dependency flow tracking
This commit is contained in:
parent
8e291f3189
commit
281c53c86e
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<ProductDependencies>
|
<ProductDependencies>
|
||||||
|
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-alpha1.19518.5">
|
||||||
|
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||||
|
<Sha>76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4</Sha>
|
||||||
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19518.5">
|
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19518.5">
|
||||||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||||
<Sha>76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4</Sha>
|
<Sha>76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4</Sha>
|
||||||
|
|
|
@ -66,9 +66,13 @@
|
||||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||||
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreAppRefPackageVersion>
|
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreAppRefPackageVersion>
|
||||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.0-preview2.19522.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||||
|
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
|
||||||
|
<MicrosoftWindowsDesktopAppPackageVersion>3.1.0-preview2.19522.1</MicrosoftWindowsDesktopAppPackageVersion>
|
||||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.0-preview2.19522.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.0-preview2.19522.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||||
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0-preview2.19522.1</MicrosoftWindowsDesktopAppRefPackageVersion>
|
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0-preview2.19522.1</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||||
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->
|
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->
|
||||||
|
|
Loading…
Reference in a new issue