欢迎各位兄弟 发布技术文章
这里的技术是共享的
若要开始生成 .NET 应用,请下载并安装 .NET SDK (软件开发工具包)。
你需要在较旧版本的 Windows 上安装其他依赖项。有关详细信息,请参阅 Windows 7 / Vista / 8.1 / Server 2008 R2 / Server 2012 R2。
安装完成后,打开新的命令提示符并运行以下命令:
dotnet
如果安装成功,则应该会看到类似于以下内容的输出:
Usage: dotnet [options]
Usage: dotnet [path-to-application]
Options:
-h|--help Display help.
--info Display .NET information.
--list-sdks Display the installed SDKs.
--list-runtimes Display the installed runtimes.
path-to-application:
The path to an application .dll file to execute.
如果一切正常,请选择下面的 继续 按钮以转到下一步。
如果收到 'dotnet' 无法识别为内部或外部命令
错误,请确保已打开 新 命令提示符。如果无法解决该问题,请使用下面的 我遇到了问题 按钮以获取解决问题的帮助。
https://dotnet.microsoft.com/zh-cn/learn/dotnet/hello-world-tutorial/intro