project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": "1.0.0-*",
  3. "dependencies": {
  4. },
  5. "frameworks": {
  6. "net46": {
  7. "frameworkAssemblies": {
  8. "System.Collections": "4.0.0.0",
  9. "System.Net": "4.0.0.0",
  10. "System.Net.Http": "4.0.0.0",
  11. "System.Runtime": "4.0.0.0",
  12. "System.Threading": "4.0.0.0",
  13. "System.Threading.Tasks": "4.0.0.0",
  14. "System.Xml": "4.0.0.0"
  15. },
  16. "dependencies": {
  17. }
  18. },
  19. "netstandard1.6": {
  20. "imports": "dnxcore50",
  21. "dependencies": {
  22. "NETStandard.Library": "1.6.0",
  23. "System.Collections": "4.0.11",
  24. "System.Diagnostics.Debug": "4.0.11",
  25. "System.Diagnostics.Tools": "4.0.1",
  26. "System.IO": "4.1.0",
  27. "System.Linq": "4.1.0",
  28. "System.Net.Http": "4.1.0",
  29. "System.Net.Primitives": "4.0.11",
  30. "System.Net.Sockets": "4.1.0",
  31. "System.Resources.ResourceManager": "4.0.1",
  32. "System.Runtime": "4.1.0",
  33. "System.Runtime.Extensions": "4.1.0",
  34. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  35. "System.Text.Encoding": "4.0.11",
  36. "System.Text.Encoding.Extensions": "4.0.11",
  37. "System.Threading": "4.0.11",
  38. "System.Threading.Tasks": "4.0.11",
  39. "System.Threading.Timer": "4.0.1",
  40. "System.Xml.ReaderWriter": "4.0.11"
  41. }
  42. }
  43. }
  44. }