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,42 +0,0 @@
{
"version": "1.0.0-*",
"description": "A core Discord.Net library containing the REST client and models.",
"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"
}
},
"configurations": {
"Release": {
"buildOptions": {
"define": [ "RELEASE" ],
"nowarn": [ "CS1573", "CS1591" ],
"optimize": true,
"warningsAsErrors": true,
"xmlDoc": true
}
}
},
"dependencies": {
"Discord.Net.Core": {
"target": "project"
},
},
"frameworks": {
"netstandard1.1": {},
"netstandard1.3": {
"dependencies": {
"System.IO.FileSystem": "4.3.0"
}
}
}
}