Define TargetFramework at Build Configuration Level
Move TargetFramework from Project to Build Configuration so that Multiple Frameworks can easily be targeted from a single project.
This can be acheived by hand editing the csproj file at the moment but it is clunky and you can't always Batch build without errors.
1
vote