增加AssemblyName,可以自定义dll名称

master
Cal 2024-12-09 10:21:00 +08:00
parent 951bdf7a19
commit b74e1634ee
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishAot>true</PublishAot>
<OutputPath>../bin</OutputPath>
<AssemblyName>FileUtilsCs</AssemblyName>
</PropertyGroup>
</Project>