project.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. },
  5. "frameworks": {
  6. "net46": {
  7. "frameworkAssemblies": {
  8. "System.Collections": "4.0.0.0",
  9. "System.IO": "4.0.0.0",
  10. "System.Net": "4.0.0.0",
  11. "System.Net.Http": "4.0.0.0",
  12. "System.Net.Primitives": "4.0.0.0",
  13. "System.Net.Http.WebRequest": "4.0.0.0",
  14. "System.Runtime": "4.0.0.0",
  15. "System.Runtime.Extensions": "4.0.0.0",
  16. "System.Text.Encoding": "4.0.0.0",
  17. "System.Threading": "4.0.0.0",
  18. "System.Threading.Tasks": "4.0.0.0",
  19. "System.Xml.ReaderWriter": "4.0.0"
  20. },
  21. "dependencies": {
  22. "SimpleInjector": "3.2.4",
  23. "ServiceStack.Text": "4.5.4",
  24. "NLog": "4.4.0-betaV15",
  25. "sharpcompress": "0.14.0",
  26. "MediaBrowser.Model": {
  27. "target": "project"
  28. },
  29. "MediaBrowser.Common": {
  30. "target": "project"
  31. }
  32. }
  33. },
  34. "netstandard1.6": {
  35. "imports": "dnxcore50",
  36. "dependencies": {
  37. "NETStandard.Library": "1.6.0",
  38. "System.IO.FileSystem.DriveInfo": "4.0.0",
  39. "System.Diagnostics.Process": "4.1.0",
  40. "System.Threading.Timer": "4.0.1",
  41. "System.Net.Requests": "4.0.11",
  42. "System.Xml.ReaderWriter": "4.0.11",
  43. "System.Xml.XmlSerializer": "4.0.11",
  44. "System.Net.Http": "4.1.0",
  45. "System.Net.Primitives": "4.0.11",
  46. "System.Net.Sockets": "4.1.0",
  47. "System.Net.NetworkInformation": "4.1.0",
  48. "System.Net.NameResolution": "4.0.0",
  49. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  50. "System.Reflection": "4.1.0",
  51. "System.Reflection.Primitives": "4.0.1",
  52. "System.Runtime.Loader": "4.0.0",
  53. "SimpleInjector": "3.2.4",
  54. "ServiceStack.Text.Core": "1.0.27",
  55. "NLog": "4.4.0-betaV15",
  56. "sharpcompress": "0.14.0",
  57. "MediaBrowser.Model": {
  58. "target": "project"
  59. },
  60. "MediaBrowser.Common": {
  61. "target": "project"
  62. }
  63. }
  64. }
  65. }
  66. }