我的windows 10 64bits有 .net 4.8.04084
同版本的windows应该都有它。所以如果开发的.net exe是针对这个版本的,应该就可以直接使用,而无需额外安装啥了
然后,我又安装了
.NET Framework 4.8 开发包
dotnet 7 开发包
运行
dotnet new console -o MyApp -f net4.8
显示
错误: 无效选项:
-f net4.8
“net4.8”不是“-f”的有效值。 可能的值为:
net7.0 - 目标 net7.0
有关详细信息,请运行:
dotnet new console -h
有关退出代码的详细信息,请参阅
https://aka.ms/templating-exit-codes#127--
FROM 116.1.3.*