Skip to content

Commit 191e386

Browse files
committed
Bump UWP .NET 9 target SDK to 18362
1 parent 4e5bc48 commit 191e386

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

components/AppServices/src/CommunityToolkit.AppServices.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
<HasWindowsUIXaml>false</HasWindowsUIXaml>
1010
<HasWinUI>false</HasWinUI>
1111

12-
<!-- We also include 'net9.0-windows10.0.17763.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238 -->
13-
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;net9.0-windows10.0.17763.0;</UwpTargetFrameworks>
12+
<!--
13+
We also include 'net9.0-windows10.0.18362.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238.
14+
We target 18362 and not 17763 to avoid an issue with NuGet resolving no assemblies due to the empty TFM lib folders for Uno platform (which should be removed).
15+
-->
16+
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.18362.0;net9.0-windows10.0.18362.0;</UwpTargetFrameworks>
1417
</PropertyGroup>
1518

1619
<!-- Sets this up as a toolkit component's source project -->

components/DependencyPropertyGenerator/src/CommunityToolkit.WinUI.DependencyPropertyGenerator.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
-->
1717
<UseUwpTools>false</UseUwpTools>
1818

19-
<!-- We also include 'net9.0-windows10.0.17763.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238 -->
20-
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;net9.0-windows10.0.17763.0;</UwpTargetFrameworks>
19+
<!--
20+
We also include 'net9.0-windows10.0.18362.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238.
21+
We target 18362 and not 17763 to avoid an issue with NuGet resolving no assemblies due to the empty TFM lib folders for Uno platform (which should be removed).
22+
-->
23+
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.18362.0;net9.0-windows10.0.18362.0;</UwpTargetFrameworks>
2124
</PropertyGroup>
2225

2326
<!-- Sets this up as a toolkit component's source project -->

components/Notifications/src/CommunityToolkit.Notifications.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
<HasWindowsUIXaml>false</HasWindowsUIXaml>
1717
<HasWinUI>false</HasWinUI>
1818

19-
<!-- We also include 'net9.0-windows10.0.17763.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238 -->
20-
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;net9.0-windows10.0.17763.0;</UwpTargetFrameworks>
19+
<!--
20+
We also include 'net9.0-windows10.0.18362.0' explicitly for UWP as a workaround for https://github.com/CommunityToolkit/Tooling-Windows-Submodule/issues/238.
21+
We target 18362 and not 17763 to avoid an issue with NuGet resolving no assemblies due to the empty TFM lib folders for Uno platform (which should be removed).
22+
-->
23+
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.18362.0;net9.0-windows10.0.18362.0;</UwpTargetFrameworks>
2124
</PropertyGroup>
2225

2326
<!-- Sets this up as a toolkit component's source project -->

0 commit comments

Comments
 (0)