How can I get MSBuild
to completely ignore all the <ProjectReference>
elements in my .csproj
? I really want it to build just the current project, without the projects that it depends on.
msbuild MySolution.sln /t:MyProjectName /p:BuildProjectReferences=false
The key is the BuildProjectReferences=false parameter.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With