mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
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:
parent
08f3b08277
commit
6b35857923
|
|
@ -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\BigMath.dll" target="lib\net45\BigMath.dll" />
|
||||||
<file src="bin\Debug\Ionic.ZLib.dll" target="lib\net45\Ionic.ZLib.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\TeleSharp.TL.dll" target="lib\net45\TeleSharp.TL.dll" />
|
||||||
<file src="bin\Debug\TLSharp.Core.dll" target="lib\net45\TLSharp.Core.dll" />
|
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
Loading…
Reference in a new issue