-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.json
More file actions
66 lines (60 loc) · 1.46 KB
/
project.json
File metadata and controls
66 lines (60 loc) · 1.46 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"title": "Steamworks.Core",
"copyright": "FoxCouncil",
"description": ".NET Core bindings to Valve's wonderful Steamworks API",
"language": "en-US",
"version": "0.4.1.2",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Diagnostics.FileVersionInfo": "4.0.0"
},
"packOptions": {
"summary": "Console control library for .Net Core.",
"tags": [
"steam",
"steamworks",
"steamworks.net",
"fox",
"steamworksdotnet",
"steamworks.core",
"steam.core",
"steam_api",
"steamapi",
"game_overlay",
"overlay",
"steam_overlay"
],
"owners": [
"FoxCouncil"
],
"releaseNotes": "Latest nightly Jenkins build.",
"iconUrl": "https://raw.githubusercontent.com/FoxCouncil/Steamworks.Core/master/media/logo.png",
"projectUrl": "https://github.com/FoxCouncil/Steamworks.Core",
"licenseUrl": "https://github.com/FoxCouncil/Steamworks.Core/blob/master/LICENSE",
"requireLicenseAcceptance": false,
"repository": {
"type": "git",
"url": "https://github.com/FoxCouncil/Steamworks.Core"
}
},
"buildOptions": {
"allowUnsafe": true,
"optimize": true,
"debugType": "portable"
},
"configurations": {
"Release": {},
"Debug": {},
"Jenkins": {}
},
"runtimes": {
"win7-x64": {},
"osx.10.10-x64": {},
"ubuntu.14.04-x64": {}
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}