Reputation: 320
I have a plan to upgrade my dotnet application from Dotnet framework 4.5.1 to Dotnet Core 2, I would like to know what would be the issues in doing same? The reason for this migration is to support the application in LINUX servers as well
Upvotes: 0
Views: 121
Reputation: 320
These 2 links helped me to perform the upgrade:
https://marketplace.visualstudio.com/items?itemName=ConnieYau.NETPortabilityAnalyzer
https://www.danielcrabtree.com/blog/314/upgrading-to-net-core-and-net-standard-made-easy
Upvotes: 2