Display the exact version of .NET in use?

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

Is there a simple way to make a C# program display the exact version (and
sub-version) of .NET Framework that it is using?
 
Michael,

System.Environment.Version might be what you're looking for.


Best Regards,

Peter Allwin


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top