You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/AppServices/src/CommunityToolkit.AppServices.csproj
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@
9
9
<HasWindowsUIXaml>false</HasWindowsUIXaml>
10
10
<HasWinUI>false</HasWinUI>
11
11
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 -->
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).
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/src/CommunityToolkit.WinUI.DependencyPropertyGenerator.csproj
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,11 @@
16
16
-->
17
17
<UseUwpTools>false</UseUwpTools>
18
18
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 -->
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).
Copy file name to clipboardExpand all lines: components/Notifications/src/CommunityToolkit.Notifications.csproj
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,11 @@
16
16
<HasWindowsUIXaml>false</HasWindowsUIXaml>
17
17
<HasWinUI>false</HasWinUI>
18
18
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 -->
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).
0 commit comments