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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -