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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...