What's the difference between ToolsVersion and Target Framework?# DotNet - 窗口里的风景
n*0
1 楼
In the visual studio's project file, there is an attribute 'ToolsVersion'
for the 'project' element. I set it as '4.0'. In the project's properties
window, I set the 'Target Framework' as '3.5'. When I try to build the
project, I found it built with framework 3.5. Then what does the
ToolsVersion attribute do?? Thanks!
for the 'project' element. I set it as '4.0'. In the project's properties
window, I set the 'Target Framework' as '3.5'. When I try to build the
project, I found it built with framework 3.5. Then what does the
ToolsVersion attribute do?? Thanks!