Skip to content

Commit 7da4afb

Browse files
committed
chore: 更新 wasm 配置支持
1 parent 3bc8b16 commit 7da4afb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

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

27-
<ItemGroup>
28-
<SupportedPlatform Include="browser" />
29-
</ItemGroup>
30-
3127
<ItemGroup>
3228
<Using Include="BootstrapBlazor.Components" />
3329
<Using Include="Microsoft.AspNetCore.Components" />

src/BootstrapBlazor/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<PackageReference Include="AspNetCore.SassCompiler" Version="1.*" Condition="'$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net8.0'" />
5353
</ItemGroup>
5454

55+
<ItemGroup>
56+
<SupportedPlatform Include="browser" />
57+
</ItemGroup>
58+
5559
<ItemGroup>
5660
<None Include="readme.md" Pack="true" PackagePath="" />
5761
</ItemGroup>

0 commit comments

Comments
 (0)