Error compiling Asp.net Core application MVC: "Asp.net Core" does not exist

0

Before I formatted my PC and reinstalled VS 2017, my project compiled normally. When I open the project, it restores the nuget packages, but my "Dependencies" fields get alert indicating problem. My project is DDD and has several layers of dot.net standard 2.0 and all are giving error.

The error message that appears is: "The type name or namespace" AspNetCore "does not exist in the" Microsoft "namespace.

The interesting thing is that I can normally open the project on a pc from my work with VS 2017, but in versions with updates, it seems to go down. What do you think it might be?

    
asked by anonymous 21.06.2018 / 23:33

0 answers