Skip to content

Commit

Permalink
fix: Include Wasm embedded resources for net8.0
Browse files Browse the repository at this point in the history
This is required to support non-uno.sdk projects

(cherry picked from commit 1dc91a7)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Jan 13, 2025
1 parent 7d71a6c commit d9eb107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<None Remove="WasmScripts\**" />
</ItemGroup>

<ItemGroup Condition="'$(IsBrowserWasm)'=='true'">
<ItemGroup Condition="'$(IsBrowserWasm)'=='true' or '$(TargetFramework)' == 'net8.0' ">
<None Remove="WasmScripts\**" />
<EmbeddedResource Include="WasmScripts\**" />
</ItemGroup>
Expand Down

0 comments on commit d9eb107

Please sign in to comment.