project.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.Reflection": "4.0.0.0",
  15. "System.Runtime": "4.0.0.0",
  16. "System.Runtime.Extensions": "4.0.0.0",
  17. "System.Text.Encoding": "4.0.0.0",
  18. "System.Threading": "4.0.0.0",
  19. "System.Threading.Tasks": "4.0.0.0",
  20. "System.Xml.ReaderWriter": "4.0.0"
  21. },
  22. "dependencies": {
  23. "SimpleInjector": "3.2.4",
  24. "ServiceStack.Text": "4.5.4",
  25. "NLog": "4.4.0-betaV15",
  26. "sharpcompress": "0.14.0",
  27. "MediaBrowser.Model": {
  28. "target": "project"
  29. },
  30. "MediaBrowser.Common": {
  31. "target": "project"
  32. }
  33. }
  34. },
  35. "netstandard1.6": {
  36. "imports": "dnxcore50",
  37. "dependencies": {
  38. "NETStandard.Library": "1.6.1",
  39. "System.IO.FileSystem.DriveInfo": "4.3.0",
  40. "System.Diagnostics.Process": "4.3.0",
  41. "System.Threading.Timer": "4.3.0",
  42. "System.Net.Requests": "4.3.0",
  43. "System.Xml.ReaderWriter": "4.3.0",
  44. "System.Xml.XmlSerializer": "4.3.0",
  45. "System.Net.Http": "4.3.0",
  46. "System.Net.Primitives": "4.3.0",
  47. "System.Net.Sockets": "4.3.0",
  48. "System.Net.NetworkInformation": "4.3.0",
  49. "System.Net.NameResolution": "4.3.0",
  50. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  51. "System.Reflection": "4.3.0",
  52. "System.Reflection.Primitives": "4.3.0",
  53. "System.Runtime.Loader": "4.3.0",
  54. "SimpleInjector": "3.2.4",
  55. "ServiceStack.Text.Core": "1.0.27",
  56. "NLog": "4.4.0-betaV15",
  57. "sharpcompress": "0.14.0",
  58. "System.AppDomain": "2.0.11",
  59. "MediaBrowser.Model": {
  60. "target": "project"
  61. },
  62. "MediaBrowser.Common": {
  63. "target": "project"
  64. }
  65. }
  66. }
  67. }
  68. }