diff --git a/src/Discord.Net.API/Discord.Net.API.csproj b/src/Discord.Net.API/Discord.Net.API.csproj deleted file mode 100644 index aa4462e9e..000000000 --- a/src/Discord.Net.API/Discord.Net.API.csproj +++ /dev/null @@ -1,29 +0,0 @@ - - - A collection of Discord API definitions for use by Discord.Net. - 1.0.0-beta2 - netstandard1.1 - Discord.Net.API - discord;discordapp - https://github.com/RogueException/Discord.Net - http://opensource.org/licenses/MIT - git - git://github.com/RogueException/Discord.Net.API - Discord - - - - - - - - - - - - - $(NoWarn);CS1573;CS1591 - true - true - - \ No newline at end of file diff --git a/src/Discord.Net.API/project.json b/src/Discord.Net.API/project.json deleted file mode 100644 index 41f09804d..000000000 --- a/src/Discord.Net.API/project.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "version": "1.0.0-*", - "description": "A collection of Discord API definitions for use by Discord.Net", - "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": { - "Newtonsoft.Json": "9.0.1", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.1.1" - }, - - "frameworks": { - "netstandard1.1": {}, - "netstandard1.3": {} - } -}