How do I know which maui version am i

Dani_S 4,501 Reputation points
2023-05-11T18:46:39.29+00:00

Hi, How do I know which version am I ? Thanks,

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-05-12T00:52:46.3866667+00:00

    Hello,

    Do you want to know all of installed maui versions or maui version of specific project?

    To check the version of a specific .NET MAUI project, you can right-click on the project in the Solution Explorer and select Properties and find <TargetFramework> tag. For example, you find <TargetFramework>net6.0-android</TargetFramework>, net6.0-android indicates that the version of .NET MAUI used is 6.0, that's same for ios、macos platform.

    You can execute following command to get all of installed MAUI version by using the command line tool:

    dotnet workload list
    

    Best Regards,

    Leon Lu


    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.