Binoy asked this 7 years ago

How to find which version of .NET is used in a project in Visual Studio 2008

How to find .NET version of project in Visual Studio 2008?


Best Answer by pseudoFish 7 years ago

Open the project file with extension .vbproj in a text editor and search for the tag <TargetFrameworkVersion>

For example you will find something like below

    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>

which means .Net version is 3.0