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

Popular posts from this blog

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -