Maui version 9.0.30

Dani_S 4,091 Reputation points
2025-02-21T07:43:57.16+00:00

Hi,

Maui version 9.0.30 does not come with Visual Studio updates,

I have to manually set it to the project.

<ItemGroup>

<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.30" />
  1. Can you explain this ?
  2. Microsoft.Maui.Controls what are they ?
  3. Does setting version to version 9.0.30 is updating workloads: dotnet workload install maui --source https://api.nuget.org/v3/index.json

Thanks,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,942 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 48,581 Reputation points Microsoft Vendor
    2025-02-21T09:21:16.91+00:00

    Hello,

    This is an expected behavior. The main update items of .net workload are the tools and SDKs, and the update of NugetPackage is not within the scope of workload responsibility.

    In fact, it is officially recommended to check whether there is an updated version of Nuget Package and update it manually immediately after creating a project in Visual Studio.

    If you don't want to manually update the Nuget Package every time you create a project, you need to create a project template.

    Please refer to the following document.

    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.


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.