1
0
mirror of synced 2025-01-31 12:23:44 +01:00

Add back compression

This commit is contained in:
asesidaa 2022-07-12 00:48:43 +08:00
parent e5a22ece90
commit 80b69400d5

View File

@ -4,7 +4,6 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<BlazorEnableCompression>false</BlazorEnableCompression>
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
@ -13,7 +12,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<RunAOTCompilation>False</RunAOTCompilation>
<RunAOTCompilation>True</RunAOTCompilation>
</PropertyGroup>
<PropertyGroup>