-2

I have a vb.net Console Application with source code. I need to know which version of .Net had been used to build the the application. Is there any method to check the version?

Pankaj Saha
  • 869
  • 3
  • 17
  • 37

1 Answers1

0

Use Reflector to determine referenced dll-s.

sac1
  • 1,344
  • 10
  • 15