You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.json 2.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "version": "0.9.0-rc3-3",
  3. "description": "An unofficial .Net API wrapper for the Discord client.",
  4. "authors": [
  5. "RogueException"
  6. ],
  7. "tags": [
  8. "discord",
  9. "discordapp"
  10. ],
  11. "projectUrl": "https://github.com/RogueException/Discord.Net",
  12. "licenseUrl": "http://opensource.org/licenses/MIT",
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/RogueException/Discord.Net"
  16. },
  17. "compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
  18. "compilationOptions": {
  19. "allowUnsafe": true,
  20. "warningsAsErrors": true
  21. },
  22. "configurations": {
  23. "TestResponses": {
  24. "compilationOptions": {
  25. "define": [
  26. "DEBUG",
  27. "TRACE",
  28. "TEST_RESPONSES"
  29. ]
  30. }
  31. }
  32. },
  33. "dependencies": {
  34. "Newtonsoft.Json": "8.0.1",
  35. "Nito.AsyncEx": "3.0.1"
  36. },
  37. "frameworks": {
  38. "dotnet5.4": {
  39. "dependencies": {
  40. "System.Collections": "4.0.11-beta-23516",
  41. "System.Collections.Concurrent": "4.0.11-beta-23516",
  42. "System.Dynamic.Runtime": "4.0.11-beta-23516",
  43. "System.IO.FileSystem": "4.0.1-beta-23516",
  44. "System.IO.Compression": "4.1.0-beta-23516",
  45. "System.Linq": "4.0.1-beta-23516",
  46. "System.Net.Http": "4.0.1-beta-23516",
  47. "System.Net.NameResolution": "4.0.0-beta-23516",
  48. "System.Net.Sockets": "4.1.0-beta-23409",
  49. "System.Net.Requests": "4.0.11-beta-23516",
  50. "System.Net.WebSockets.Client": "4.0.0-beta-23516",
  51. "System.Reflection": "4.1.0-beta-23516",
  52. "System.Reflection.Emit.Lightweight": "4.0.1-beta-23516",
  53. "System.Runtime.InteropServices": "4.0.21-beta-23516",
  54. "System.Runtime.Serialization.Primitives": "4.1.0-beta-23516",
  55. "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516",
  56. "System.Text.RegularExpressions": "4.0.11-beta-23516",
  57. "System.Threading": "4.0.11-beta-23516"
  58. }
  59. },
  60. "net45": {
  61. "frameworkAssemblies": {
  62. "System.Runtime": {
  63. "type": "build",
  64. "version": ""
  65. },
  66. "System.Threading.Tasks": {
  67. "type": "build",
  68. "version": ""
  69. }
  70. },
  71. "dependencies": {
  72. "WebSocket4Net": "0.14.1",
  73. "RestSharp": "105.2.3"
  74. }
  75. }
  76. }
  77. }