This is a DLL project in C# in VS 2010. My project is set to target .NET 3.5, but when I check my DLL after compile, using Reflector, it says it is .NET 2.0.
My only clue is that I'm referencing a DLL that is .NET 2.0.
Can someone explain this behavior?