Dan Walmsley
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Web/Avalonia.Web/Avalonia.Web.targets
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<WasmBuildNative>true</WasmBuildNative> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(UseAvaloniaWasmDefaultOptimizations)'=='True' && '$(Configuration)' == 'Release'"> |
|
|
|
<PropertyGroup Condition="'$(UseAvaloniaWasmDefaultOptimizations)'=='True' And '$(Configuration)' == 'Release'"> |
|
|
|
<PublishTrimmed>true</PublishTrimmed> |
|
|
|
<TrimMode>full</TrimMode> |
|
|
|
<InvariantGlobalization>true</InvariantGlobalization> |
|
|
|
|