I am not sure I understand what you are asking.
In the project's properties, in Application | General, I see targets for iOS, Android and Windows with options for specifying the target framework. Is that what you are asking?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
With XF we have nuget packages and can build the right version every time in a more deterministic model (think CICD pipelines etc).
With Maui, everything is workload based. How do we specify in the Maui projects what version of Maui to use?
I am not sure I understand what you are asking.
In the project's properties, in Application | General, I see targets for iOS, Android and Windows with options for specifying the target framework. Is that what you are asking?
Hello,
MAUI version is tied to the VS 2022 preview version right now, however, you could specify the maui version via adding the following code into your project file:
<MauiVersion>6.0.312</MauiVersion>
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.