chore: don't include lumina in zip

This commit is contained in:
Anna 2021-08-23 14:12:40 -04:00
parent a0426975f0
commit 6525cd9da3
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

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