Can I use Visual Studio 2010 and not update the .NET Framework 4.0?

I have many Visual Studio 2008 web projects targeting the .NET Framework 3.5. I want to start using Visual Studio 2010, but the .NET Framework 4.0 is not yet very well supported by web hosting companies. It seems to make sense to stick with the .NET Framework 3.5 for now. If I open my projects in Visual Studio 2010 and leave them focused on the .NET Framework 3.5, will I have problems?

+4
source share
3 answers

Visual Studio 2010 supports multitasking , which means you can target .NET 3.5SP1. See page for more details.

+7
source

Yes, you can set your goal in your project properties and not run into any problems.

+4
source

Yes, support for VS 2010, developing in .net 2.0 3.5 and 4

+3
source

Source: https://habr.com/ru/post/1310003/


All Articles