Suppress package dependencies in msbuild sdk packages#436
Conversation
In order to load the projects in Visual Studio, you need to specify a target framework. I think at the time I just picked the lowest one? The target framework shouldn't be used anywhere so it could probably be anything. |
jeffkl
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
Sorry, I should have elaborated. I meant the build target framework in this repository for the projects: |
|
Oh I think it so we can run tests against multiple frameworks. |
Fixes #431
Unrelated question: Why do the Traversal and the NoTargets projects target net40?