project.json 670 B

1234567891011121314151617181920212223242526
  1. {
  2. "dependencies": {
  3. "AppService.Helpers": "1.1.1-beta",
  4. "Microsoft.Azure.Mobile.Client": "2.1.0",
  5. "Microsoft.Azure.Mobile.Client.SQLiteStore": "2.1.0",
  6. "Microsoft.Bcl": "1.1.10",
  7. "Microsoft.Bcl.Build": "1.0.21",
  8. "Microsoft.Net.Http": "2.2.29",
  9. "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
  10. "Newtonsoft.Json": "9.0.1",
  11. "SQLitePCL": "3.8.7.2",
  12. "Xam.Plugins.TextToSpeech": "2.0.0",
  13. "Xamarin.Forms": "2.3.0.107"
  14. },
  15. "frameworks": {
  16. "uap10.0": {}
  17. },
  18. "runtimes": {
  19. "win10-arm": {},
  20. "win10-arm-aot": {},
  21. "win10-x86": {},
  22. "win10-x86-aot": {},
  23. "win10-x64": {},
  24. "win10-x64-aot": {}
  25. }
  26. }