This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 197
/
SuperSocket.ClientEngine.nuspec
40 lines (40 loc) · 2 KB
/
SuperSocket.ClientEngine.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SuperSocket.ClientEngine</id>
<title>SuperSocket.ClientEngine, a socket client util</title>
<version>$version$</version>
<authors>Kerry Jiang</authors>
<owners>Kerry Jiang</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://www.supersocket.net/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>It's a .NET socket tool which can simplify the socket client developing</description>
<tags>SuperSocket, Socket Client</tags>
<dependencies>
<group>
<dependency id="SuperSocket.ProtoBase" version="[1.7.0.17, 1.7.0.17]" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="System.Linq" version="[4.3.0, )" />
<dependency id="System.Net.Sockets" version="[4.3.0, )" />
<dependency id="System.Runtime.Extensions" version="[4.3.0, )" />
<dependency id="System.Runtime.InteropServices" version="[4.3.0, )" />
<dependency id="System.Security.Cryptography.X509Certificates" version="[4.3.0, )" />
<dependency id="System.Net.Security" version="[4.3.0, )" />
<dependency id="System.Net.NameResolution" version="[4.3.0, )" />
<dependency id="System.Collections.Specialized" version="[4.3.0, )" />
</group>
</dependencies>
<references>
<reference file="SuperSocket.ClientEngine.dll" />
</references>
</metadata>
<files>
<file src="output\net20\release\SuperSocket.ClientEngine.dll" target="lib\net20" />
<file src="output\net35-client\release\SuperSocket.ClientEngine.dll" target="lib\net35-client" />
<file src="output\net40-client\release\SuperSocket.ClientEngine.dll" target="lib\net40-client" />
<file src="output\net45\release\SuperSocket.ClientEngine.dll" target="lib\net45" />
<file src="output\netstandard1.3\release\SuperSocket.ClientEngine.dll" target="lib\netstandard1.3" />
</files>
</package>