About 498,000 results
Open links in new tab
  1. How do I find the installed .NET versions? - Stack Overflow

    Oct 14, 2009 · How do I find out which version of .NET is installed? I'm looking for something as simple as java -version that I can type at the command prompt and that tells me the current …

  2. Differences between .NET vs .NET Core vs .NET Standard vs .NET ...

    Jul 23, 2023 · .NET Standard is an in-between library that allows code to be shared between .NET Framework and .NET Core. In theory, if you compile code to .NET Standard, it should be …

  3. Determine .NET Framework version for dll - Stack Overflow

    I am not sure which version of the .NET framework it was compiled against. I am wondering how I can determine which version of the .NET framework this dll was compiled against? I cannot …

  4. asp.net - CLR 4.0.30319 vulnerabilities - Stack Overflow

    Dec 22, 2022 · Like you already knew, all 4.x .NET Framework versions use the same CLR version number 4.0.30319. That's why in the reports you see those results are clearly marked …

  5. Dynamics 365 Solution which .NET version is used?

    Jul 20, 2023 · The result of my research was, that the version is the version of the used .NET framework. So now my question is: When I import my solution to a d365 environment, which …

  6. Is there a command line command for verifying what version of …

    Name Microsoft .NET Framework 3.5 SP1 Other than these I think the only way to be 100% sure is to actually run a simple console app compiled targeting your framework version. Personally, …

  7. How can I find the version of .NET run-time programmatically?

    In this instance what I am after is the framework version. The docs seems to make things even more confusing, the link I have posted in my comment above refers to getting the framework …

  8. Relationship between .NET version and C# version? [closed]

    Sep 25, 2019 · The C# version is related to the compiler, not the .NET Framework. Check the second answer to the question you referred to.

  9. Which version of C# am I using - Stack Overflow

    The only version you can get at run-time is the version of the framework - look at version of one of main Assemblies i.e.

  10. Change the target framework for project in Visual Studio 2022

    Feb 1, 2024 · If you still doesn't seen the expected version in dropdown, make sure that you have the .NET Framework 4.8 SDK installed on your machine manually as well. Furthermore, you …