You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
VS2017 doesn't install NETFX 4.6 Tools inside %ProgramFiles(x86)\Microsoft SDKs\Windows\v10.0A\bin, but it does install:
NETFX 4.6.1 Tools
NETFX 4.6.2 Tools
NETFX 4.7 Tools
NETFX 4.7.1 Tools
We could assume we should use 4.6.1 instead, or we could try and resolve this path based on the project's $(TargetFramework), then fall back to an assumption.
I'm still not quite sure how VS resolves the path internally.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See #202 and #482.
VS2017 doesn't install
NETFX 4.6 Tools
inside%ProgramFiles(x86)\Microsoft SDKs\Windows\v10.0A\bin
, but it does install:NETFX 4.6.1 Tools
NETFX 4.6.2 Tools
NETFX 4.7 Tools
NETFX 4.7.1 Tools
We could assume we should use 4.6.1 instead, or we could try and resolve this path based on the project's
$(TargetFramework)
, then fall back to an assumption.I'm still not quite sure how VS resolves the path internally.
The text was updated successfully, but these errors were encountered: