nuspec: fix warning

WARNING: NU5118: File 'D:\a\TLSharp\TLSharp\TLSharp.Core\bin\Debug\TLSharp.Core.dll' is not added because the package already contains file 'lib\net45\TLSharp.Core.dll'
This commit is contained in:
Andres G. Aragoneses 2020-04-05 02:55:48 +08:00
parent 08f3b08277
commit 6b35857923

View file

@ -23,6 +23,5 @@ It's a perfect fit for any developer who would like to send data directly to Tel
<file src="bin\Debug\BigMath.dll" target="lib\net45\BigMath.dll" />
<file src="bin\Debug\Ionic.ZLib.dll" target="lib\net45\Ionic.ZLib.dll" />
<file src="bin\Debug\TeleSharp.TL.dll" target="lib\net45\TeleSharp.TL.dll" />
<file src="bin\Debug\TLSharp.Core.dll" target="lib\net45\TLSharp.Core.dll" />
</files>
</package>