Migrate from ASP.NET Core 2.2 to 5.0/3.0 in 3 Steps
Note: Left: ASP.NET Core 2.2, Right: ASP.NET Core 5.0 in all the images.
i. Modify the project file (.csproj file) present in the root directory of your project as below:
ii. Modify the startup file (Startup.cs) as below:
iii. Modify the program ...
thevirtualbuddy.hashnode.dev1 min read