We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d33ed commit d1ce91dCopy full SHA for d1ce91d
src/BootstrapBlazor/Directory.Build.props
@@ -21,7 +21,8 @@
21
<TargetFramework>$(RunTargetFramework)</TargetFramework>
22
</PropertyGroup>
23
24
- <PropertyGroup Condition="'$(Configuration)' != 'Debug'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
25
+ <TargetFramework></TargetFramework>
26
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
27
28
0 commit comments