Install .NET on Windows
更新时间:
复制 MD 格式
This guide explains how to install .NET on Windows.
Installation steps
-
Go to the .NET download page. In the .NET 8.0 (Long Term Support) section, click Download .NET SDK x64.
-
Run the installer and follow the prompts in the installation wizard.
-
Verify the installation by running the
dotnet --versioncommand in Terminal or CMD. A successful installation returns a version number, such as8.0.302.
该文章对您有帮助吗?