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 3bc8b16 commit 7da4afbCopy full SHA for 7da4afb
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -24,10 +24,6 @@
24
<None Include="wwwroot\src\**\*.*" />
25
</ItemGroup>
26
27
- <ItemGroup>
28
- <SupportedPlatform Include="browser" />
29
- </ItemGroup>
30
-
31
<ItemGroup>
32
<Using Include="BootstrapBlazor.Components" />
33
<Using Include="Microsoft.AspNetCore.Components" />
src/BootstrapBlazor/Directory.Build.props
@@ -52,6 +52,10 @@
52
<PackageReference Include="AspNetCore.SassCompiler" Version="1.*" Condition="'$(Configuration)'=='Debug' and '$(TargetFramework)' == 'net8.0'" />
53
54
55
+ <ItemGroup>
56
+ <SupportedPlatform Include="browser" />
57
+ </ItemGroup>
58
+
59
60
<None Include="readme.md" Pack="true" PackagePath="" />
61
0 commit comments