增加AssemblyName,可以自定义dll名称
parent
951bdf7a19
commit
b74e1634ee
|
@ -7,6 +7,7 @@
|
|||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<PublishAot>true</PublishAot>
|
||||
<OutputPath>../bin</OutputPath>
|
||||
<AssemblyName>FileUtilsCs</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue