Identifying the Framework in a .csproj file
When you are trying to identify the framework from a csproj file, sometimes there are multiple versions of frameworks mentioned.
i.e. TargetFramework 2.0
then Some bootstrapper package will include .Net Framework 3.5
Which one is it?
i.e. TargetFramework 2.0
then Some bootstrapper package will include .Net Framework 3.5
Which one is it?