Hi,
I was working on the previous version, I have just started upgradation to .net core 2.0. So I have two projects now old one and the new one. We have already started development on previous version 3-4 months back. So now to upgrade the old working project to the new framework I have to make changes in the existing project.
I 'm thinking to manually compare files by files by some comparator tool and It's taking too much time and it could to error-prone too.
So could you please suggest some good and easy way to do the same.
Thanks in advance.
2 Answer(s)
-
0
for the last 3-4 months there was .core 1.1 and there's no big changes migrating from core 1.1 to core 2.0. and I guess there's no automatic path of achieving this migration. should be done manually. and comparing is good to go
-
0
How to migrate existing solution: https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-268093697