Hi, I am trying to migrate an old ASP.NET MVC 4 / Net 4.5 app to ASP.NET 5 / Net 4.8 (with an eye on switching the libraries to .NET Standard 2.0 and the API to .Net Core 7 with Razor Pages later). I got it to build by downgrading from MVC 5.2.9 to 5.2.3 and adding obscure System.Net.Http.Formatting.Extension package from Nuget that didn't come with any README.
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Found...