Skip to content

Commit

Permalink
Merge pull request #832 from unoplatform/mergify/bp/release/stable/8.…
Browse files Browse the repository at this point in the history
…0/pr-831

fix: Don't define caps when the uno.sdk is present (backport #831)
  • Loading branch information
jeromelaban authored Mar 25, 2024
2 parents f3e54be + 50a2566 commit 7050d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<WasmGenerateAppBundle>false</WasmGenerateAppBundle>
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition=" '$(UsingUnoSdk)' != 'true' ">
<ProjectCapability Include="WebAssembly" />
<ProjectCapability Include="SupportsHotReload" />

Expand Down

0 comments on commit 7050d24

Please sign in to comment.