Blog posts tagged with: .NET 6.0
Upgraded this site (and associated function) to .NET 8
by Patrick Lee on 13 Oct 2024 in categories tech with tags ASP.NET Core Functions .NET 6.0 .NET 8.0
I have just upgraded this website from .NET 7 to .NET 8, and also the associated Azure function from .NET 6 in-process to .NET 8 isolated. Upgrading an app service (website) from .NET 7 (or 6) to .NET 8 is pretty straightforward and essentially just involves changing the target framework ...
Converting a .NET 5 web app to a .NET 6 one
by Patrick Lee on 30 Apr 2022 in categories tech with tags .NET 5.0 .NET 6.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 5.0 .NET 6.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).