Skip to content

Commit

Permalink
fix: Don't define caps when the uno.sdk is present
Browse files Browse the repository at this point in the history
This allows for VS to avoid showing "reload project" as caps get defined when nuget packages are restored

(cherry picked from commit 1be69c7)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Mar 22, 2024
1 parent f3e54be commit 50a2566
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
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 50a2566

Please sign in to comment.