Merge pull request #1687 from sbwalker/dev

changes to build/publish params for WebAssembly
This commit is contained in:
Shaun Walker 2021-09-24 17:00:39 -04:00 committed by GitHub
commit d3e71b6a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,13 @@
<Folder Include="Resources\Themes\Controls\Theme\" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="System.Runtime" />
<TrimmerRootAssembly Include="System.Linq.Parallel" />
<TrimmerRootAssembly Include="System.Runtime.CompilerServices.VisualC" />
</ItemGroup>
<PropertyGroup>
<PublishTrimmed>false</PublishTrimmed>
<BlazorEnableCompression>false</BlazorEnableCompression>
</PropertyGroup>