Blog posts tagged with: .NET 6.0

Converting a .NET 5 web app to a .NET 6 one

by Patrick Lee on 30 Apr 2022 in categories tech with tags .NET 6.0 .NET 5.0 Visual Studio 2022

It is relatively easy to remove the use of a Startup.cs file after converting a web project from .NET 5.0 to .NET 6.0. This post shows how I did it.

This site now updated to use .NET 6.0

by Patrick Lee on 23 Apr 2022 in categories tech with tags .NET 6.0 .NET 5.0

I have just updated this site from .NET 5.0 (apart from an associated Azure function which was still .NET Core 3.1) to .NET 6.0 (for both the site and the function).