-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSBuildLocator.QueryVisualStudioInstances() returns zero results #124
Comments
See #92 Does that sound reasonable? |
Sorry, I'm not following. MSBuildLocator targets |
MSBuildLocator does support netcoreapp3.1, but if you want to target it, you need an MSBuild that was built with netcoreapp3.1 (or something older) in mind, or else it will try to use things netcoreapp3.1 doesn't know about. So if you have an older VS, SDK, etc., it can find those; it just won't find the 16.8 version because it's too new. Are you able to target net5.0? If not, can you try downloading an older version of VS, say, 16.4, and checking that it finds it? |
No I can target net5.0, I'm just not understanding. It's fine. |
Similar to #17,
MSBuildLocator.QueryVisualStudioInstances()
returns zero results.Project is targeting
netcoreapp3.1
and I'm running within VS 16.8.4 (Enterprise).Packages:
NOTE: It works fine if I target
net5.0
.The text was updated successfully, but these errors were encountered: