Skip to content

Commit

Permalink
Merge pull request #831 from unoplatform/dev/jela/sdk-caps
Browse files Browse the repository at this point in the history
fix: Don't define caps when the uno.sdk is present
  • Loading branch information
jeromelaban authored Mar 22, 2024
2 parents b1bc52b + 1be69c7 commit 2730205
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 2730205

Please sign in to comment.