forked from Unity-Technologies/com.unity.netcode.gameobjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MLAPI.nuspec
29 lines (29 loc) · 1.21 KB
/
MLAPI.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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MLAPI</id>
<title>MLAPI</title>
<version>0.1.0</version>
<authors>Albin Corén</authors>
<owners>TwoTen</owners>
<licenseUrl>https://github.com/MidLevel/MLAPI/blob/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/MidLevel/MLAPI</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Highlevel networking library for Unity</description>
<copyright>Copyright © 2019 Albin Corén</copyright>
<tags>unity networking high level</tags>
<dependencies>
<group targetFramework="net35"/>
<group targetFramework="net45"/>
<group targetFramework="net471"/>
<group targetFramework="netstandard2.0" />
</dependencies>
</metadata>
<files>
<file src="LICENCE" target="LICENCE" />
<file src="MLAPI/bin/$configuration$/net35/*" target="lib/net35"/>
<file src="MLAPI/bin/$configuration$/net45/*" target="lib/net45"/>
<file src="MLAPI/bin/$configuration$/net471/*" target="lib/net471"/>
<file src="MLAPI/bin/$configuration$/netstandard2.0/*" target="lib/netstandard2.0"/>
</files>
</package>