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.
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) .
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.
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) .
The text was updated successfully, but these errors were encountered: