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