Skip to content

Commit d1ce91d

Browse files
committed
chore: 更新 pack 配置项
1 parent 80d33ed commit d1ce91d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BootstrapBlazor/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<TargetFramework>$(RunTargetFramework)</TargetFramework>
2222
</PropertyGroup>
2323

24-
<PropertyGroup Condition="'$(Configuration)' != 'Debug'">
24+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
25+
<TargetFramework></TargetFramework>
2526
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
2627
</PropertyGroup>
2728

0 commit comments

Comments
 (0)