I am working on a scanning view of an application that uses different C # codebases as input. I want to know in which .NET Framework version (1.1 / 2.0 / 3.5 / 4.0) a specific code base is built.
Can someone provide me with code to check the version of the .NET code of the codebases? can i read the code version from the .csproj file? If yes, provide the code for this.
Thank,
Teena.
Teena source
share