33 lines
548 B
JSON
33 lines
548 B
JSON
{
|
|
"version": "1.0.0-beta2-*",
|
|
|
|
"configurations": {
|
|
"Release": {
|
|
"buildOptions": {
|
|
"define": [ "RELEASE" ],
|
|
"nowarn": [ "CS1573", "CS1591" ],
|
|
"optimize": true,
|
|
"warningsAsErrors": true,
|
|
"xmlDoc": true
|
|
}
|
|
}
|
|
},
|
|
|
|
"dependencies": {
|
|
"Discord.Net.Core": {
|
|
"target": "project"
|
|
},
|
|
"System.IO.FileSystem": "4.0.1"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netstandard1.3": {
|
|
"imports": [
|
|
"dotnet5.4",
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|