c# - Identify my dotnet version -
how can check c# application itself, version of dotnet being used application?
use environment.version
- gives exact version of .net running application.
gets version object describes major, minor, build, , revision numbers of common language runtime.
to find out version of framework installed, see this question , answers. in nut shell, need dig registry.
Comments
Post a Comment