Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ruder Partap Singh 28 posts 142 karma points
    Feb 12, 2022 @ 19:25
    Ruder Partap Singh
    0

    upgrade umbraco 9.2 to 9.3

    Hi

    I've an application using umbraco 9.2 and want to update it in 9.3. is it possible using nuget? or do i need to create new project in 9.3

    Thanks

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Feb 13, 2022 @ 08:25
    Sebastiaan Janssen
    100

    Sure thing, in there's nuget tools in Visual Studio / Rider if you want to use a UI.

    Or on the command line:

    dotnet add package Umbraco.Cms -v 9.3.0
    dotnet build
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies