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 707 B

123456789101112131415161718192021222324252627
  1. {
  2. "version": "0.9.0-alpha2",
  3. "description": "A Discord.Net extension adding voice support.",
  4. "authors": [ "RogueException" ],
  5. "tags": [ "discord", "discordapp" ],
  6. "projectUrl": "https://github.com/RogueException/Discord.Net",
  7. "licenseUrl": "http://opensource.org/licenses/MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/RogueException/Discord.Net"
  11. },
  12. "compile": [ "**/*.cs", "../Discord.Net.Shared/*.cs" ],
  13. "contentFiles": [ "libsodium.dll", "opus.dll" ],
  14. "compilationOptions": {
  15. "warningsAsErrors": true,
  16. "allowUnsafe": true
  17. },
  18. "dependencies": {
  19. "Discord.Net": "0.9.0-alpha2"
  20. },
  21. "frameworks": {
  22. "net45": { },
  23. "dotnet5.4": { }
  24. }
  25. }