Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top