This commit is contained in:
OLDREDSTONE
2025-10-26 22:32:11 +08:00
parent 139f1eef71
commit 8faac81f8f
8 changed files with 132 additions and 90 deletions
+2 -2
View File
@@ -15,14 +15,14 @@
2. 在 Visual Studio 中,依次点击 **工具** > **NuGet 包管理器** > **程序包管理器控制台**
3. 在控制台中输入以下命令:
```
```bash
Install-Package RhythmBase -Version 1.2.0-rc2
```
4. 等待安装完成,并确保项目已引用所需的 NuGet 包。
5. 如果使用 .NET CLI,请输入:
```
```bash
dotnet add package RhythmBase -version 1.2.0-rc2
```