Forum Discussion

dmartinez1540's avatar
dmartinez1540
Copper Contributor
Oct 03, 2024

Best way to migrate from .Net Framework to .Net 6

Hello everyone! I have many web projects with ORM and MVC with Net framework. I would like to migrate to .net 6 or higher. I tried Net Upgrade Assistant and also created a new project and did it step by step, but this option is very slow. Does anyone know what is the best way to do this?

 

3 Replies

  • rajeshvi's avatar
    rajeshvi
    Copper Contributor
    https://github.com/rajeshvi/general.git
    code i converted
  • rajeshvi's avatar
    rajeshvi
    Copper Contributor

    dmartinez1540 

    change the .net framework version, entity framework version, by going to nuget package installer. Your code should work fine without any changes. If it still doesn't work or you get errors send that part of the code or the whole project to me. I will fix that.

Resources