Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
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.
Continue discussion
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
Sure thing, in there's nuget tools in Visual Studio / Rider if you want to use a UI.
Or on the command line:
is working on a reply...
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.