Files
Discord.Net/src/Discord.Net.Rpc/project.json
RogueException d3d3bb155d Wrong key...
2016-12-16 06:48:43 -04:00

52 lines
1.1 KiB
JSON

{
"version": "1.0.0-*",
"description": "A core Discord.Net library containing the RPC client and models.",
"authors": [ "RogueException" ],
"buildOptions": {
"compile": {
"includeFiles": [ "../Discord.Net.WebSocket/Net/DefaultWebSocketClient.cs" ]
}
},
"packOptions": {
"tags": [ "discord", "discordapp" ],
"licenseUrl": "http://opensource.org/licenses/MIT",
"projectUrl": "https://github.com/RogueException/Discord.Net",
"repository": {
"type": "git",
"url": "git://github.com/RogueException/Discord.Net"
}
},
"configurations": {
"Release": {
"buildOptions": {
"define": [ "RELEASE" ],
"nowarn": [ "CS1573", "CS1591" ],
"optimize": true,
"warningsAsErrors": true,
"xmlDoc": true
}
}
},
"dependencies": {
"Discord.Net.Core": {
"target": "project"
},
"Discord.Net.Rest": {
"target": "project"
},
"System.IO.Compression": "4.3.0"
},
"frameworks": {
"netstandard1.1": {},
"netstandard1.3": {
"dependencies": {
"System.Net.WebSockets.Client": "4.3.0"
}
}
}
}