Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is .NET 2.0 included in the .NET 3.5 installer?

I have a .NET 3.5 program written in Nemerle. As a project dependency I have a .NET 2.0 library. Can I be sure that when the end-user installs .NET 3.5 my program will work, or will I need to force him to install .NET 2.0 too?

Thanks.

like image 964
mrt Avatar asked Oct 15 '11 04:10

mrt


People also ask

Is .NET framework 2.0 still supported?

NET Framework 2.0 SP1 and the . NET Framework 3.0 SP1 are no longer in support.


1 Answers

If you check out the .NET Dependency Chart you'll see that each one is layered on top the other. So, to answer your question, yes. Installing 3.5 will be enough.

like image 129
Brad Christie Avatar answered Sep 19 '22 04:09

Brad Christie