Forum Discussion
dmartinez1540
Oct 03, 2024Copper Contributor
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
- rajeshviCopper Contributorhttps://github.com/rajeshvi/general.git
code i converted - rajeshviCopper Contributor
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.
- dmartinez1540Copper ContributorI sent you a message