|
|
|
|
|
by joshschreuder
1321 days ago
|
|
Upgrades are honestly really easy, and have been since around .NET Core 2.
I have now done 2 -> 2.1 -> 2.2 -> 3 -> 3.1 -> 5 -> 6 with very little friction at all, in a fairly big web API codebase. I don't foresee any issues going from 6 -> 7. 5 -> 6 was essentially just a find and replace on TargetFramework and it all just worked. |
|