Skip to content

Commit affe167

Browse files
committed
修复文档
1 parent 94ad965 commit affe167

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### 配置
2424

25-
配置有两个方法
25+
配置有两个方法,高级方法将会覆盖基础方法
2626

2727
**基础方法**
2828

@@ -36,15 +36,15 @@
3636

3737
```xml
3838
<PropertyGroup>
39-
<MainProjectPath>主项目的输出可执行文件</MainProjectPath>
39+
<MainProjectExecutablePathCommandArgs>主项目的输出可执行文件</MainProjectExecutablePathCommandArgs>
4040
</PropertyGroup>
4141
```
4242

4343
请注意如果路径包含空格,记得加上引号,如下面例子
4444

4545
```xml
4646
<PropertyGroup>
47-
<MainProjectExecutablePathCommandArgs>"C:\dotnet campus\Foo\bin\release\net5.0\Foo.exe"</MainProjectPath>
47+
<MainProjectExecutablePathCommandArgs>"C:\dotnet campus\Foo\bin\release\net5.0\Foo.exe"</MainProjectExecutablePathCommandArgs>
4848
</PropertyGroup>
4949
```
5050

0 commit comments

Comments
 (0)