Removed project.jsons

This commit is contained in:
RogueException
2017-01-24 11:35:36 -04:00
parent 62d0017e04
commit 00bb3c9d70
8 changed files with 0 additions and 340 deletions

View File

@@ -1,38 +0,0 @@
{
"version": "1.0.0-*",
"description": "An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.",
"authors": [ "RogueException" ],
"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"
}
},
"dependencies": {
"Discord.Net.Core": {
"target": "project"
},
"Discord.Net.Rest": {
"target": "project"
},
"Discord.Net.WebSocket": {
"target": "project"
},
"Discord.Net.Rpc": {
"target": "project"
},
"Discord.Net.Commands": {
"target": "project"
}
},
"frameworks": {
"netstandard1.1": {},
"netstandard1.3": {}
}
}