|
- {
- "version": "1.0.0-beta2-*",
- "description": "A .Net API wrapper and bot framework for Discord.",
- "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": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "Newtonsoft.Json": "9.0.1",
- "System.Collections.Concurrent": "4.0.12",
- "System.Collections.Immutable": "1.2.0",
- "System.Interactive.Async": "3.0.0",
- "System.Net.Http": "4.1.0",
- "System.Net.WebSockets.Client": {
- "version": "4.0.0",
- "type": "build"
- }
- },
-
- "frameworks": {
- "netstandard1.3": {
- "imports": [
- "dotnet5.4",
- "dnxcore50",
- "portable-net45+win8"
- ]
- }
- }
- }
|