forked from RevenantX/LiteNetLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
35 lines (35 loc) · 875 Bytes
/
project.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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
{
"name": "LiteNetLib",
"packOptions": {
"projectUrl": "https://github.com/RevenantX/LiteNetLib",
"licenseUrl": "https://github.com/RevenantX/LiteNetLib/blob/master/LICENSE.txt"
},
"authors": [
"Ruslan Pyrch (RevenantX)"
],
"version": "0.7.0-*",
"buildOptions": {
"define": [
"NETCORE"
],
"compile": {
"include": [ "../LiteNetLib/**/*.cs" ]
},
"debugType": "portable"
},
"dependencies": {},
"frameworks": {
"netstandard1.6": {
"dependencies": {
"System.Net.NetworkInformation" : "4.3.0",
"System.Threading": "4.3.0",
"System.Threading.Thread": "4.3.0",
"System.Net.NameResolution": "4.3.0",
"System.Net.Sockets": "4.3.0",
"System.Collections": "4.3.0",
"System.Console": "4.3.0",
"System.Runtime.Extensions": "4.3.0"
}
}
}
}