project.json 589 B

123456789101112131415161718192021222324
  1. {
  2. "dependencies": {
  3. "Microsoft.Azure.Mobile.Client": "3.0.1",
  4. "Microsoft.Azure.Mobile.Client.SQLiteStore": "3.0.1",
  5. "Microsoft.Bcl": "1.1.10",
  6. "Microsoft.Bcl.Build": "1.0.21",
  7. "Microsoft.Net.Http": "2.2.29",
  8. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
  9. "Newtonsoft.Json": "9.0.1",
  10. "SQLitePCL": "3.8.7.2",
  11. "Xamarin.Forms": "2.3.2.127"
  12. },
  13. "frameworks": {
  14. "uap10.0": {}
  15. },
  16. "runtimes": {
  17. "win10-arm": {},
  18. "win10-arm-aot": {},
  19. "win10-x86": {},
  20. "win10-x86-aot": {},
  21. "win10-x64": {},
  22. "win10-x64-aot": {}
  23. }
  24. }