Skip to content

Commit 4971fbf

Browse files
ArgoZhangyc-2503
andcommitted
chore: 移除宏定义
Co-Authored-By: Chason <[email protected]>
1 parent aeabcff commit 4971fbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BootstrapBlazor/Components/TreeView/TreeView.razor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ namespace BootstrapBlazor.Components;
1111
/// <summary>
1212
/// Tree 组件
1313
/// </summary>
14-
#if NET6_0_OR_GREATER
1514
[CascadingTypeParameter(nameof(TItem))]
16-
#endif
1715
public partial class TreeView<TItem> : IModelEqualityComparer<TItem>
1816
{
1917
/// <summary>

0 commit comments

Comments
 (0)