Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
哪个shell命令接收.NET版本?_.net_Shell_Version - Fatal编程技术网

哪个shell命令接收.NET版本?

哪个shell命令接收.NET版本?,.net,shell,version,.net,Shell,Version,哪个shell(cmd.exe)命令在当前计算机上打印出最新安装的.NET版本?来自VisualStudio命令提示符: c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>GACUTIL /l ? Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1 ()我不知道有这样的命令存在。我能想到的最接近的是:dir c:\windows\Micro

哪个shell(cmd.exe)命令在当前计算机上打印出最新安装的.NET版本?

来自VisualStudio命令提示符:

c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>GACUTIL /l ?
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.1

()

我不知道有这样的命令存在。我能想到的最接近的是:
dir c:\windows\Microsoft.NET\Framework\v*/ad/b/o-n
。我知道,这不是最优雅的:)它会列出所有已安装的.NET版本,最新版本在顶部。