Problem running project after Identity scaffolding in ASP.NET Core MVC project on Linux
问题 I've tried adding <PackageReference Include="Microsoft.AspNetCore.Razor.Runtime" Version="2.2.0" /> However 2.2.0 is the latest version available at this time, which doesn't match the error. The error is still the same after rebuilding the app. project.csproj: <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <RuntimeIdentifier>linux-x64</RuntimeIdentifier> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore