I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... I published the website (File System option in Visual Studio) to a specif
This worked for me, delete file: project.lock.json and run dotnet restore, restart visual studio.
project.lock.json
dotnet restore
restart visual studio