Is there a template for a .NET 8 Uno Platform Library project? #14962
Replies: 4 comments 2 replies
-
Duplicate of #14927 Hello, @MarkBrainfire ! Please, subscribe for the following issue: unoplatform/uno.templates#503 Now regarding the problem you described. |
Beta Was this translation helpful? Give feedback.
-
THANK YOU @limeniye I greatly appreciate you taking the time to help me on this! |
Beta Was this translation helpful? Give feedback.
-
@limeniye Your solution worked great. I just have to:
All a bit goofy ha ha but it will suffice until a more elegant solution is worked out. Something as obvious as .NET 8 support for Library projects is bound to be a top priority for @jeromelaban and his superb Uno Platform team. I like your Wizard suggestion here: unoplatform/uno.templates#503 Uno Platform is to be complimented on the tremendous customizable Wizard for creating apps. It makes it a breeze to setup projects the way you want. Now if they can only do the same for Library Projects, it will be awesome! Mark |
Beta Was this translation helpful? Give feedback.
-
@limeniye In addition to the 4 steps above, I believe it is also necessary to add the following Nuget packages to the .NET 8 dependency group, right? And doing so creates the following ItemGroup in library project file: |
Beta Was this translation helpful? Give feedback.
-
I'm want to create an Uno Platform Library project that contains multiple user controls. The current template produces a .NET 7 library project. However, I need to use my own .NET 8 libraries, which are not compatible with .NET 7.
You can't just go into the project file and replace 7's with 8's. There is the issue of RIDs such as win10-x64 that are no longer compatible with .NET 8 and now need to be win-x64.
If I were more knowledgeable about template editing, MSBuild, and Nuget packages, I'd offer to create this needed template myself, but I'm not there yet.
Is anyone creating a template for a .NET 8 Uno Platform Library project?
Beta Was this translation helpful? Give feedback.
All reactions