This commit is contained in:
krahets
2023-08-14 23:32:25 +08:00
parent 971624c291
commit f0826da7f6
4 changed files with 66 additions and 13 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ comments: true
## 16.1.7.   C# 环境
1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) 。
2. 在 VSCode 的插件市场中搜索 `c#` ,安装 c# 。
2. 在 VSCode 的插件市场中搜索 `C# Dev Kit` ,安装 C# Dev Kit [配置教程](https://code.visualstudio.com/docs/csharp/get-started)
3. 也可使用 Visual Studio[安装教程](https://learn.microsoft.com/zh-cn/visualstudio/install/install-visual-studio?view=vs-2022))。
## 16.1.8.   Swift 环境