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 9703e08 commit 2493ccdCopy full SHA for 2493ccd
src/BootstrapBlazor/Directory.Build.props
@@ -16,7 +16,11 @@
16
<IsPackable>true</IsPackable>
17
</PropertyGroup>
18
19
- <PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
20
+ <TargetFramework>net9.0</TargetFramework>
21
+ </PropertyGroup>
22
+
23
+ <PropertyGroup Condition="'$(Configuration)' != 'Debug'">
24
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
25
26
0 commit comments