forked from MidLevel/Ruffles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ruffles.nuspec
31 lines (31 loc) · 1.42 KB
/
Ruffles.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ruffles</id>
<title>Ruffles</title>
<version>0.1.0</version>
<authors>Albin Corén</authors>
<owners>TwoTen</owners>
<licenseUrl>https://github.com/MidLevel/Ruffles/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/MidLevel/Ruffles</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Lightweight high performance reliable UDP library</description>
<copyright>Copyright © 2019 Albin Corén</copyright>
<tags>lightweight high performance reliable udp protocol game network networking</tags>
<dependencies>
<group targetFramework="net35"/>
<group targetFramework="net45"/>
<group targetFramework="net471"/>
<group targetFramework="netcoreapp2.0" />
<group targetFramework="netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="LICENCE" target="LICENCE" />
<file src="Ruffles/bin/$configuration$/net35/*" target="lib/net35"/>
<file src="Ruffles/bin/$configuration$/net45/*" target="lib/net45"/>
<file src="Ruffles/bin/$configuration$/net471/*" target="lib/net471"/>
<file src="Ruffles/bin/$configuration$/netcoreapp2.0/*" target="lib/netcoreapp2.0"/>
<file src="Ruffles/bin/$configuration$/netstandard2.0/*" target="lib/netstandard2.0"/>
</files>
</package>