Migrate solution to .NET 6 and ASP.NET 6 **Considerations** - Upgrade solution and csproj's - Bump NuGet packages - Update Dockerfiles and other relevant infrastructure - Consider rewriting to the new hosting model (not a requirement) - see link below - Perform thorough testing before releasing **Relevants links** - [Migrate from ASP.NET Core 3.1 to 6.0](https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-60?view=aspnetcore-6.0&tabs=visual-studio) - [Migrate from ASP.NET Core 5.0 to 6.0: New hosting model](https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60?view=aspnetcore-6.0&tabs=visual-studio#new-hosting-model)
Migrate solution to .NET 6 and ASP.NET 6
Considerations
Relevants links