forked from RevenantX/LiteNetLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiteNetLib.nuspec
33 lines (33 loc) · 1.35 KB
/
LiteNetLib.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
<?xml version="1.0"?>
<package >
<metadata>
<id>LiteNetLib</id>
<title>LiteNetLib</title>
<version>0.8</version>
<authors>Ruslan Pyrch</authors>
<owners>RevenantX</owners>
<licenseUrl>https://github.com/RevenantX/LiteNetLib/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/RevenantX/LiteNetLib</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lite reliable UDP library for .NET, Mono, and .NET Core.</description>
<copyright>Copyright 2017 Ruslan Pyrch</copyright>
<tags>udp reliable-udp network</tags>
<dependencies>
<group targetFramework="net35">
</group>
<group targetFramework="netcoreapp2.0">
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.Net.NetworkInformation" version="4.3.0" />
<dependency id="System.Net.NameResolution" version="4.3.0" />
<dependency id="System.Threading.Thread" version="4.3.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="HelpBuilder\Help\Documentation.chm" target="" />
<file src="LiteNetLib\bin\$configuration$\**" target="lib\net35"/>
<file src="LiteNetLibNetCore\bin\$configuration$\netcoreapp2.0\**" target="lib\netcoreapp2.0"/>
<file src="LiteNetLibStandard\bin\$configuration$\netstandard2.0\**" target="lib\netstandard2.0"/>
</files>
</package>