Skip to content

Commit fad2d89

Browse files
committed
chore: 增加 wasm 平台支持配置
1 parent 882d81f commit fad2d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
<None Include="wwwroot\src\**\*.*" />
5858
</ItemGroup>
5959

60+
<ItemGroup>
61+
<SupportedPlatform Include="browser" />
62+
</ItemGroup>
63+
6064
<ItemGroup>
6165
<Using Include="BootstrapBlazor.Components" />
6266
<Using Include="Microsoft.AspNetCore.Components" />

0 commit comments

Comments
 (0)