Skip to content

Commit

Permalink
Fixed wasm "missing managed assets" errors in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 21, 2023
1 parent 2fc5a33 commit 3132391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjectHeads/App.Head.Wasm.props
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.6.0-dev.2" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.9.45" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.27" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.27" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.29" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.29" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3132391

Please sign in to comment.