Skip to content

Commit 3767b3f

Browse files
committed
推荐安装
1 parent aeac171 commit 3767b3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
在需要调试的底层库项目安装 NuGet 库 [dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug](https://www.nuget.org/packages/dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug)
1414

15+
此库推荐仅在 Debug 下安装
16+
17+
```xml
18+
<ItemGroup Condition=" '$(Configuration)' == 'Debug'">
19+
<PackageReference Include="dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug" Version="1.3.1" />
20+
</ItemGroup>
21+
```
22+
1523
### 配置
1624

1725
配置有两个方法

0 commit comments

Comments
 (0)