forked from StackExchange/NetGain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStackExchange.NetGain.nuspec
29 lines (28 loc) · 1.16 KB
/
StackExchange.NetGain.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>StackExchange.NetGain</id>
<version>1.0.0.0</version>
<authors>Stack Exchange Inc., marc.gravell, gdalgas</authors>
<owners>Stack Exchange Inc., marc.gravell, gdalgas</owners>
<summary>Web Socket server library</summary>
<description>High performance Web Socket server powering Stack Overflow</description>
<tags>socket server websockets</tags>
<language>en-US</language>
<projectUrl>https://github.com/StackExchange/NetGain</projectUrl>
<licenseUrl>https://raw.github.com/StackExchange/NetGain/master/LICENSE</licenseUrl>
<copyright>Stack Exchange Inc. 2016</copyright>
<dependencies>
<group targetFramework="net40">
<dependency id="Microsoft.Bcl" version="1.1.9"/>
<dependency id="Microsoft.Bcl.Async" version="1.0.168"/>
</group>
<group targetFramework="net45">
</group>
</dependencies>
</metadata>
<files>
<file src="StackExchange.NetGain\bin\Release\StackExchange.NetGain*.*" target="lib\net45" />
<file src="StackExchange.NetGain\bin\Release\StackExchange.NetGain*.*" target="lib\net40" />
</files>
</package>