c#-在命令行和visual studio社区中未检测到Net framework 4.8安装
发布时间:2022-05-31 07:53:13 214
相关标签: # flask
I have tried installing it trough remove/add windows features, downloading the developer pack and installing it trough visual studio community 2022.
当我运行dotnet时--list-sdks the
输出为:
3.1.419 [C:\Program Files\dotnet\sdk]
6.0.300 [C:\Program Files\dotnet\sdk]
我曾尝试重新安装microsoft的fixdotnet应用程序,但运行时似乎没有任何效果dotnet new console -o MyApp -f net4.8
这是输出:
Error: Invalid option(s):
-f net4.8
'net4.8' is not a valid value for -f. The possible values are:
net6.0 - Target net6.0
netcoreapp3.1 - Target netcoreapp3.1
For more information, run:
dotnet new console -h
我正在运行windows 11,如果这是一个愚蠢的问题,请原谅,但这是我第一次使用c#。
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报