How to get new version?

Igor Kravchenko 281 Reputation points
2022-06-08T14:47:36.503+00:00

Hi!
How to get new version of MAUI?
In NuGet I see Microsoft.Maui.Dependencies and Microsoft.Maui.Extensions but cannot change the version because "Blocked by project".
209486-untitled.png

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

Accepted answer
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,416 Reputation points Microsoft Vendor
    2022-06-09T06:33:52.027+00:00

    Hello,​

    MAUI is a dotnet workload component, along with the platform (iOS, Android, macOS, etc) SDKs. These are versioned internally but are not directly exposed to you.

    For more details, please refer to this thread: https://github.com/dotnet/maui/issues/7069#issuecomment-1125002512

    You need to update VS 2022 preview by Visual Studio installer (Recommended way).

    Or you would run following command line.

       dotnet workload update.  
    

    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 additional answers

Sort by: Most helpful