Base solution for your next web application
Open Closed

ASP.NET Core/Angular Update #8730


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    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

  • User Avatar
    0
    denis.karovic created

    Ok, thanks.