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 425338c commit 5d9be0eCopy full SHA for 5d9be0e
src/BootstrapBlazor/Directory.Build.props
@@ -2,7 +2,6 @@
2
3
<Import Project="..\Directory.Build.props" />
4
<Import Project="..\Logo.props" />
5
- <Import Project="..\..\Framework.props" />
6
<Import Project="..\SourceLink.targets" />
7
8
<PropertyGroup>
@@ -17,12 +16,7 @@
17
16
<IsPackable>true</IsPackable>
18
</PropertyGroup>
19
20
- <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
21
- <TargetFramework>$(RunTargetFramework)</TargetFramework>
22
- </PropertyGroup>
23
-
24
- <PropertyGroup Condition="'$(Configuration)' == 'Release'">
25
- <TargetFramework></TargetFramework>
+ <PropertyGroup>
26
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
27
28
0 commit comments