I am aware that you can probably build a lower version of .NET, but is it possible for me to build a project against the .NET framework version 4?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, each version of Visual Studio is only capable of targeting the framework it was released with and lower ones. (Leaving .NET 1.1 out of it…) So…
(And then there’s client profiles, the Compact Framework, Silverlight etc.)