About 7,710,000 results
Open links in new tab
  1. How to find the .NET framework version of a Visual Studio project ...

    Jul 12, 2010 · Project Properties -> Compiler Tab -> Advanced Compile Options button. Project Properties -> Application Tab. The simplest way to find the framework version of the current …

  2. How to check the C# version and .net framework being used in …

    Jun 7, 2023 · By following these steps, developers/any technical person can easily check both the C# version and framework being used in their Visual Studio projects. This information is crucial …

  3. Check installed .NET versions on Windows, Linux, and macOS - .NET

    This article teaches you how to check which versions of the .NET runtime and SDK are installed on your computer. If you have an integrated development environment, such as Visual Studio, …

  4. Check your .NET and C# version used by Project in Visual Studio

    In this video we will show you how to check .net and C# version used by your project in Visual Studio.#visualstudio #csharp #dotnet Hope you like this!Music ...

  5. How to Check C# Version in Visual Studio? - SharePointCafe.Net

    Jan 15, 2022 · Every .NET version works with a specific version of C#. In this section of the article, we will see how to check the C# version in Visual Studio 2022. I copied one project …

  6. Which version of .NET am I using? - The C# Player’s Guide

    Feb 5, 2022 · In this post, I’ll show you two easy ways to look up the current .NET version of any of your projects. If you have Visual Studio (there is usually very similar steps in any other IDE, …

  7. The .NET Dilemma: What Version Am I Using? - thetechylife.com

    Sep 27, 2024 · To determine which version of .NET you are using, you can check the project properties in Visual Studio. Right-click on your project in the Solution Explorer, select …

  8. How do I find the .NET version used in an existing project?

    You can check .NET version of your project with the help of <TargetFrameworkVersion> tag in your .csproj file. You can open .csproj form here: Right click on project => Open Folder in File …

  9. How to Check .Net Framework Version: a Comprehensive Guide

    Aug 19, 2024 · There are several methods to check .Net Version. In this article, we will discuss the mostly used ones that are also recommended by experts. One of the easiest ways to …

  10. How to Change the .NET Framework Version in Visual Studio

    To change the .NET Framework version that Visual Studio targets, follow these steps: 1. Open Visual Studio. 2. Click **File** > **Options**. 3. In the **Options** dialog box, click **Projects** …

  11. Some results have been removed