Skip to content

Commit

Permalink
feat: Enable Compression For Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft committed Oct 3, 2024
1 parent e2deecd commit 1e6550b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MimaSim/MimaSim.Desktop/MimaSim.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<BlazorEnableCompression>true</BlazorEnableCompression>
<BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 1e6550b

Please sign in to comment.