Skip to content

Commit 3870435

Browse files
committed
Add 'net9.0-windows10.0.17763.0' TFM for UWP
1 parent 348a368 commit 3870435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Notifications/src/CommunityToolkit.Notifications.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<Nullable>disable</Nullable>
1616
<HasWinUI>false</HasWinUI>
1717

18-
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;</UwpTargetFrameworks>
18+
<!-- 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 -->
19+
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;net9.0-windows10.0.17763.0;</UwpTargetFrameworks>
1920
</PropertyGroup>
2021

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

0 commit comments

Comments
 (0)