Migrating from .NET Core 3.1 to .NET 5.0: reasonably straightforward apart from for functions

by Patrick Lee on 22 Dec 2020 in categories tech with tags ASP.NET Core .NET 5.0

A quick blog post about migrating from .NET Core 3.1 to .NET 5.0. 

I have found this reasonably straightforward in a number of projects, with some exceptions:

  • There is still no .NET 5.0 version of Azure functions so they have to remain .NET Core 3.1 for the time being
  • in some cases, I have had to stick with the 3.x versions of Entity Framework Core, rather than the 5.x versions.

More when I have time.