Browse Source

Temporarily removed DNX Core support

tags/docs-0.9
RogueException 9 years ago
parent
commit
250abf12fe
3 changed files with 3 additions and 22 deletions
  1. +2
    -1
      README.md
  2. +1
    -7
      src/Discord.Net.Commands/project.json
  3. +0
    -14
      src/Discord.Net/project.json

+ 2
- 1
README.md View File

@@ -11,7 +11,7 @@ Discord.Net itself is also in alpha so several functions may be unstable or not
- Server Management (Servers, Channels, Messages, Invites)
- User Moderation (Kick/Ban/Unban/Mute/Unmute/Deafen/Undeafen)
- Alpha Voice Support (Outgoing only currently)
- Supports .Net 4.5, DNX 4.5.1 and DNX Core 5.0 (Windows only)
- Supports .Net 4.5 and DNX 4.5.1

### NuGet Packages
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
@@ -55,3 +55,4 @@ await client.AcceptInvite("channel-invite-code");
### Known Issues
- Due to current Discord restrictions, private messages are blocked unless both the sender and recipient are members of the same server.
- Caches do not currently clean up when their entries are no longer referenced, and there is no cap to the message cache. For now, disconencting and reconnecting will clear all caches.
- DNX Core 5.0 is experiencing several network-related issues and support has been temporarily dropped.

+ 1
- 7
src/Discord.Net.Commands/project.json View File

@@ -17,12 +17,6 @@
},
"frameworks": {
"net45": { },
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.20",
"Microsoft.CSharp": "4.0.0"
}
}
"dnx451": { }
}
}

+ 0
- 14
src/Discord.Net/project.json View File

@@ -40,20 +40,6 @@
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
},
"dnxcore50": {
"dependencies": {
"System.Collections.Concurrent": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
"System.IO.Compression": "4.0.0",
"System.Linq": "4.0.0",
"System.Net.Requests": "4.0.10",
"System.Net.Sockets": "4.0.10-beta-23019",
"System.Net.WebSockets.Client": "4.0.0-beta-23123",
"System.Runtime": "4.0.20",
"System.Text.RegularExpressions": "4.0.10",
"System.Net.NameResolution": "4.0.0-beta-23019"
}
}
}
}

Loading…
Cancel
Save