The library hostpolicy.dll was not found

前端 未结 13 1200
自闭症患者
自闭症患者 2020-11-30 08:28

I have a simple .NET Core project (console app) that I\'m trying to compile and run. dotnet build succeeds, but I get the following error when I do dotnet

13条回答
  •  猫巷女王i
    2020-11-30 09:01

    For me the issue was with the version mismatch. I had a different ".Net core SDK" version installed and a different version was specified in .json file.

    Once I modified the version in my .json file the application started working fine.

提交回复
热议问题