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

2.3k Views Asked by At

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.

1

There are 1 best solutions below

1
On BEST ANSWER

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.