How do I detect what .NET Framework versions and service packs are installed?

后端 未结 13 2073
滥情空心
滥情空心 2020-11-22 01:31

A similar question was asked here, but it was specific to .NET 3.5. Specifically, I\'m looking for the following:

  1. What is the correct way to determine which .N
13条回答
  •  野性不改
    2020-11-22 02:04

    I wanted to detect for the presence of .NET version 4.5.2 installed on my system, and I found no better solution than ASoft .NET Version Detector.

    Snapshot of this tool showing different .NET versions:

    Snapshot of this tool showing different .NET versions

提交回复
热议问题