Skip to content

Commit d83482a

Browse files
committed
更新支持版本
1 parent 089e15c commit d83482a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Code/UsingMSBuildCopyOutputFileToFastDebug/UsingMSBuildCopyOutputFileToFastDebug.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net5.0</TargetFrameworks>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7-
<!-- 这个项目不进行打包,实际打包的是 ToolPackager 项目 -->
7+
<!-- 这个项目不进行打包,实际打包的是 ToolPackager 项目。这是为了可以让 NET45 等框架的项目也能使用此库 -->
88
<IsPackable>false</IsPackable>
9+
<!--现在 .NET5 过时了,很多开发者都不会安装了,于是设置自动回滚,如果开发者有安装更新版本的,就自动使用新版本 -->
10+
<RollForward>Major</RollForward>
911
</PropertyGroup>
1012

1113
<ItemGroup>

0 commit comments

Comments
 (0)