chore: don't include lumina in zip

This commit is contained in:
Anna 2021-08-23 14:12:40 -04:00
parent 7194f52324
commit be28293729
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
OutputPath="$(OutputPath)"
AssemblyName="$(AssemblyName)"
VersionComponents="3"
MakeZip="true"/>
MakeZip="true"
Exclude="Lumina.dll;Lumina.Excel.dll"/>
</Target>
</Project>