---
title: "Identify my dotnet version"  
description: "Identify my dotnet version"  
author: "Anonymous User"  
published: 2015-12-09  
updated: 2015-12-09  
canonical: https://www.mindstick.com/forum/33703/identify-my-dotnet-version  
category: ".net"  
tags: ["c#", ".net"]  
reading_time: 1 minute  

---

# Identify my dotnet version

How can I [check](https://yourviews.mindstick.com/story/2248/never-forget-to-check-these-specifications-before-buying-a-mobile-phone) from a c# [application](https://www.mindstick.com/articles/12824/calculator-application-in-android) itself, what [version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version) of [dotnet](https://www.mindstick.com/interview/2187/what-is-the-gac) being used by application?\

## Replies

### Reply by Anonymous User

Use **Environment.Version** - it gives you the exact version of .NET running the application.\
Gets a Version object that describes the major, minor, build, and revision numbers of the common language runtime.


---

Original Source: https://www.mindstick.com/forum/33703/identify-my-dotnet-version

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
