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 was brought from TLSharp [1] version 0.1.0.521.)

[1] 6b35857923
This commit is contained in:
Andres G. Aragoneses 2020-04-05 14:54:25 +08:00
parent f27d0257f7
commit a73028f44e

View file

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