Error MSB1011: Specify which project or solution file to use because this folder contains

I am trying to scan a DLL file using .NET Core - when I go to build the project, I get “MSBUILD : error MSB1011: Specify which project or solution file to use because this folder contains more than one project or solution file.”

How do you specify which project/solution?

Hi,

Welcome to the community!

Just to be clear, you’re trying to analyze the code that builds to a DLL, right?

Ehm… You don’t. The assumption is that you’ll check the solution out into a workspace and then analyze. There’s no provision for needing to differentiate.

 
Ann