Migrate from ASP.NET Core 2.2 to 5.0/3.0 in 3 Steps
Jun 15, 2021 · 1 min read · 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 ...
Join discussion