Updating an ASP.NET Core 2.2 Web Site to .NET Core 3.1 LTS

1 · Scott Hanselman · Dec. 10, 2019, 7:17 p.m.
Summary
Now that .NET Core 3.1 is out jus this last week and it is a "LTS" or Long Term Support version, I thought it'd be a good time to update my main site and my podcast to .NET 3.1. You can read about what LTS means but quite simply it's that "LTS releases are supported for three years after the initial release." I'm not sure about you, but for me, when I don't look at some code for a few months - in this case because it's working just fine - it takes some time for the context switch back in. For my...