Removed project.jsons
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user