Add .NET SDK installation guide
This commit is contained in:
parent
160c1c792c
commit
d7dcda00fb
16
README.md
16
README.md
|
|
@ -60,6 +60,22 @@ CSharp-Learning/
|
|||
- .NET SDK 8.0+
|
||||
- VS Code 或 Rider / Visual Studio
|
||||
|
||||
### 安装 .NET SDK
|
||||
|
||||
<a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank" rel="noopener noreferrer">点击下载 .NET SDK 8.0(Windows)</a>
|
||||
|
||||
Windows 推荐使用 winget 安装:
|
||||
|
||||
```bash
|
||||
winget install Microsoft.DotNet.SDK.8
|
||||
```
|
||||
|
||||
验证安装:
|
||||
|
||||
```bash
|
||||
dotnet --version
|
||||
```
|
||||
|
||||
## 作者
|
||||
|
||||
Rosmontis_Cloud
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user