Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@

## 4. 构建

1. `dotnet restore` 还原项目依赖。
2. `dotnet build --no-restore` 构建项目。
项目目录下执行 `dotnet restore` 还原项目依赖,然后执行 `dotnet build --no-restore` 构建项目。

## 5. 测试

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ English | [简体中文](README-CN.md)

## 4. Build

1. `dotnet restore` Restore the project's dependencies.
2. `dotnet build --no-restore` Build the project.
In the project directory, run `dotnet restore` to restore the project's dependencies, and then run
`dotnet build --no-restore` to build the project.

## 5. Testing

Expand Down