| @@ -19,6 +19,15 @@ | |||||
| "xmlDoc": true | "xmlDoc": true | ||||
| }, | }, | ||||
| "configurations": { | |||||
| "Release": { | |||||
| "buildOptions": { | |||||
| "define": [ "RELEASE" ], | |||||
| "nowarn": [ "CS1573", "CS1591" ] | |||||
| } | |||||
| } | |||||
| }, | |||||
| "dependencies": { | "dependencies": { | ||||
| "Discord.Net": "1.0.0-*" | "Discord.Net": "1.0.0-*" | ||||
| }, | }, | ||||
| @@ -19,6 +19,15 @@ | |||||
| "xmlDoc": true | "xmlDoc": true | ||||
| }, | }, | ||||
| "configurations": { | |||||
| "Release": { | |||||
| "buildOptions": { | |||||
| "define": [ "RELEASE" ], | |||||
| "nowarn": [ "CS1573", "CS1591" ] | |||||
| } | |||||
| } | |||||
| }, | |||||
| "dependencies": { | "dependencies": { | ||||
| "Microsoft.Win32.Primitives": "4.0.1", | "Microsoft.Win32.Primitives": "4.0.1", | ||||
| "Newtonsoft.Json": "8.0.3", | "Newtonsoft.Json": "8.0.3", | ||||