How do I target .NET 3.5 alone after installing SP1 in VS2008? This is because VS 2008 lists only .NET 3.5, .NET 3.0 & .NET 2.0 and does not specifically show .NET 3.5 SP1.
|
|
|
|
|
|
|
I have found the answer to my own question. The following link provides solution for my question. |
||
|
|
|
|
I think that you cannot specify SP1, only different versions of the framework. It does make sense, otherwise you could have a lot of problems with an application specifically compiled for a given SP. You can also have problems with the current situation, but I think it's less headache. |
||
|
|
|
|
I think if you reference SP1 assemblies, it should automatically target SP1. |
||
|
|
