How can I launch an Uno default project with a different .NET version than .NET 9? #21670
AFProjecta
started this conversation in
General
Replies: 1 comment
-
|
The Uno.Toolkit sample project is on .NET 9, https://github.com/unoplatform/uno.toolkit.ui/blob/main/samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.csproj So, it is difficult to understand what is the exact error you were referring to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the command dotnet new unoapp -o TestProject, Uno creates a solution targeting .NET 9 or .NET 10. However, packages like Uno.Toolkit are not compatible with these versions. Is there a quick way to fix this so I can use Uno.Toolkit?
Beta Was this translation helpful? Give feedback.
All reactions