This is the first post in the series: Upgrading to ASP.NET Core 3.0.
- Part 1 - Converting a .NET Standard 2.0 library to .NET Core 3.0 (this post)
- Part 2 - IHostingEnvironment vs IHostEnvironment - obsolete types in .NET Core 3.0
- Part 3 - Avoiding Startup service injection in ASP.NET Core 3
- Part 4 - Converting a terminal middleware to endpoint routing in ASP.NET Core 3.0
- Part 5 - Converting integration tests to .NET Core 3.0