Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Wrong reference assemblies used when targeting .Net 4.6.2 (and in some cases 4.5.2) #474

Open
Daniel-Svensson opened this issue Dec 30, 2016 · 0 comments

Comments

@Daniel-Svensson
Copy link

If targeting .Net 4.6.2 then the reference assemblies for .Net 3.5 is used when targeting 4.6.2 since 4.6.2 is missing from the switch statements in the target files.

If targeting .Net 4.5.2 (using v12 tools) then the reference assemblies for .Net 3.5 is used when targeting 4.5.2 since 4.5.2 is missing from the switch statements in the target files under v12 (it is part of v14 target file) .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant