Why not?
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.1-beta2",
|
"version": "0.8.1-beta2",
|
||||||
"description": "A Discord.Net extension adding basic command support.",
|
"description": "A Discord.Net extension adding basic command support.",
|
||||||
"authors": [ "RogueException" ],
|
"authors": [ "RogueException" ],
|
||||||
@@ -12,13 +12,13 @@
|
|||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Discord.Net": "0.8.1-beta2"
|
"Discord.Net": "0.8.1-beta2"
|
||||||
},
|
},
|
||||||
|
"frameworks": {
|
||||||
"frameworks": {
|
"net45": { },
|
||||||
"net45": { },
|
"dotnet5.4": { }
|
||||||
"dotnet5.4": { }
|
},
|
||||||
}
|
"configurations": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.1-beta2",
|
"version": "0.8.1-beta2",
|
||||||
"description": "A Discord.Net extension adding basic plugin support.",
|
"description": "A Discord.Net extension adding basic plugin support.",
|
||||||
"authors": [ "RogueException" ],
|
"authors": [ "RogueException" ],
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": true
|
"warningsAsErrors": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Discord.Net": "0.8.1-beta2",
|
"Discord.Net": "0.8.1-beta2",
|
||||||
"Discord.Net.Commands": "0.8.1-beta2"
|
"Discord.Net.Commands": "0.8.1-beta2"
|
||||||
},
|
},
|
||||||
|
"frameworks": {
|
||||||
"frameworks": {
|
"net45": { },
|
||||||
"net45": { },
|
"dotnet5.4": { }
|
||||||
"dotnet5.4": { }
|
},
|
||||||
}
|
"configurations": {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,15 +18,15 @@
|
|||||||
"allowUnsafe": true
|
"allowUnsafe": true
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"TestResponses": {
|
"TestResponses": {
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"define": [
|
"define": [
|
||||||
"DEBUG",
|
"DEBUG",
|
||||||
"TRACE",
|
"TRACE",
|
||||||
"TEST_RESPONSES"
|
"TEST_RESPONSES"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user