Remove spaces from AssemblyName

Fixes font finding
This commit is contained in:
2026-02-16 13:06:37 +09:00
parent 7a10b95e8e
commit 56a6e98fa6
+1 -1
View File
@@ -11,7 +11,7 @@
<SelfContained>true</SelfContained> <SelfContained>true</SelfContained>
<PublishTrimmed>true</PublishTrimmed> <PublishTrimmed>true</PublishTrimmed>
<PublishAot>true</PublishAot> <PublishAot>true</PublishAot>
<AssemblyName>Receipt PDF Builder</AssemblyName> <AssemblyName>ReceiptPDFBuilder</AssemblyName>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<TrimmerRootAssembly Include="PdfSharp" /> <TrimmerRootAssembly Include="PdfSharp" />