project.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "NLog": "4.4.0-betaV15",
  24. "MediaBrowser.Model": {
  25. "target": "project"
  26. },
  27. "MediaBrowser.Common": {
  28. "target": "project"
  29. }
  30. }
  31. },
  32. "netstandard1.6": {
  33. "imports": "dnxcore50",
  34. "dependencies": {
  35. "NETStandard.Library": "1.6.0",
  36. "System.IO.FileSystem.DriveInfo": "4.0.0",
  37. "System.Diagnostics.Process": "4.1.0",
  38. "System.Threading.Timer": "4.0.1",
  39. "System.Net.Requests": "4.0.11",
  40. "System.Xml.ReaderWriter": "4.0.11",
  41. "System.Xml.XmlSerializer": "4.0.11",
  42. "System.Net.Http": "4.1.0",
  43. "System.Net.Primitives": "4.0.11",
  44. "System.Net.Sockets": "4.1.0",
  45. "System.Net.NetworkInformation": "4.1.0",
  46. "System.Net.NameResolution": "4.0.0",
  47. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  48. "System.Reflection": "4.1.0",
  49. "System.Reflection.Primitives": "4.0.1",
  50. "System.Runtime.Loader": "4.0.0",
  51. "SimpleInjector": "3.2.4",
  52. "NLog": "4.4.0-betaV15",
  53. "MediaBrowser.Model": {
  54. "target": "project"
  55. },
  56. "MediaBrowser.Common": {
  57. "target": "project"
  58. } }
  59. }
  60. }
  61. }