0
denis.karovic created
Hi,
I have ASP.NET Zero version v8.1.0. If I want to upgrade it to the latest (v8.4.0) would it be sufficient to only update nuget packages for ABP (from v.5.1.0 to v.5.4.0), or manual steps for Zero would be needed?
2 Answer(s)
-
0
hi denis.karovic
In general, upgrading the package is sufficient, but you should also pay attention to whether the changes in the new version will affect your code.
Please review the release notes.
https://github.com/aspnetboilerplate/aspnetboilerplate/releases https://github.com/aspnetzero/aspnet-zero-core/releases
-
0
Ok, thanks.