We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7650bba commit e0b540dCopy full SHA for e0b540d
docs/dotnet-cli.md
@@ -117,3 +117,10 @@ dotnet ./build_output/my_app.dll
117
| `tool uninstall` | 卸载已安装的工具 | `dotnet tool uninstall -g dotnet-ef` |
118
| `tool search` | 搜索 NuGet 上可用的工具 | `dotnet tool search dotnet-ef` |
119
<!--rehype:className=left-align-->
120
+
121
122
+另请参阅
123
+---
124
125
+- [dotnet/sdk GitHub 存储库](https://github.com/dotnet/sdk/) _(github.com/dotnet)_
126
+- [.NET 安装指南](https://learn.microsoft.com/zh-cn/dotnet/core/install/windows) _(learn.microsoft.com)_
0 commit comments