project.json 1.8 KB

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