The client PC is installed with .net Framework 4.0.
I’m using visual studio 2022.
Even if I configure the target framework for an application project to .netframework 4.0, I can still use a .netframework version syntax above that.
Can I run an application with a high version of syntax normally on the client PC?
Visual studio 2022 allows me to use and compile a high version of syntax, and if it’s not available on client PC, do I have to check if it’s all syntax available on .net framework 4.0 or not?
JDG is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1