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
  • Loading branch information
jeromelaban committed Mar 22, 2024
1 parent b1bc52b commit 1be69c7
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 1be69c7

Please sign in to comment.