Base solution for your next web application
Open Closed

Best way to update ASP.NET Zero version #3470


User avatar
0
fguo created

The version 4.1 released. I want to update it from my current 4.0 version. I've already added my code files or modified some code on version 4.0. What is the best way for me to update to 4.1 but keep my own modification on 4.0?

Thanks,


2 Answer(s)
  • User Avatar
    0
    alukaszewski created

    I think you have to migrate your solution INTO a new blank 4.1 project, and make your code revisions in 4.1, either that, or review the changed files in 4.1 and make the same modifications in your existing 4.0.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @fguo,

    You can check this topic #1073.

    Thanks.