Base solution for your next web application
Open Closed

Best practice for upgrading ASP.NET Zero version for an existing application #7668


User avatar
0
mkreltszheim created

We have an application that was developed using v6.8.0 and would like to upgrade to v7.20 so that we have the new features that have been added.

What is the best practice for upgrading an existing application?

Thank you in advance,

Michael


2 Answer(s)
  • User Avatar
    1
    dexmox created

    This is how I've done it:

    https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697

  • User Avatar
    0
    mkreltszheim created

    Thank you very much, I will try this approach.