|
121 | 121 | <WindowsDesktop30RuntimePackRids Include="win-x64;win-x86" />
|
122 | 122 | <WindowsDesktop31RuntimePackRids Include="@(WindowsDesktop30RuntimePackRids)" />
|
123 | 123 | <WindowsDesktop50RuntimePackRids Include="@(WindowsDesktop31RuntimePackRids)" />
|
124 |
| - <WindowsDesktopRuntimePackRids Include="@(WindowsDesktop50RuntimePackRids)" /> |
125 |
| - <!-- TODO: remove this once WPF is available on ARM64 and replace usage |
126 |
| - of this group for WindowsDesktopRuntimePackRids. --> |
127 |
| - <WindowsDesktopRuntimePackWinformsRids Include="@(WindowsDesktopRuntimePackRids);win-arm64" /> |
| 124 | + <WindowsDesktopRuntimePackRids Include="@(WindowsDesktop50RuntimePackRids);win-arm64" /> |
128 | 125 | </ItemGroup>
|
129 | 126 |
|
130 | 127 | <!--
|
@@ -280,7 +277,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
280 | 277 | TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
|
281 | 278 | TargetingPackVersion="$(MicrosoftWindowsDesktopAppRefPackageVersion)"
|
282 | 279 | RuntimePackNamePatterns="Microsoft.WindowsDesktop.App.Runtime.**RID**"
|
283 |
| - RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackWinformsRids, '%3B')" |
| 280 | + RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackRids, '%3B')" |
284 | 281 | IsWindowsOnly="true"
|
285 | 282 | Profile="WindowsForms"
|
286 | 283 | />
|
@@ -395,7 +392,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
395 | 392 | TargetingPackName="Microsoft.WindowsDesktop.App.Ref"
|
396 | 393 | TargetingPackVersion="$(_WindowsDesktop50TargetingPackVersion)"
|
397 | 394 | RuntimePackNamePatterns="Microsoft.WindowsDesktop.App.Runtime.**RID**"
|
398 |
| - RuntimePackRuntimeIdentifiers="@(WindowsDesktopRuntimePackWinformsRids, '%3B')" |
| 395 | + RuntimePackRuntimeIdentifiers="@(WindowsDesktop50RuntimePackRids, '%3B')" |
399 | 396 | IsWindowsOnly="true"
|
400 | 397 | Profile="WindowsForms"
|
401 | 398 | />
|
|
0 commit comments