“The project 'Web' must provide a value for Configuration” error after migrating to .NET Core 3
问题 I've migrated an ASP.NET Core 2.2 project to Core 3.0 and am getting the error: The project [Project location] must provide a value for Configuration. There's not really a lot to go on with that error message, does anyone know how to resolve this error? This looks like it could be similar to this issue on the dotnet cli github repo. 回答1: The issue turned out to be that I was still referencing Microsoft.AspNetCore.Razor.Design Version="2.2.0" in the .proj file's package references. Deleting