project.json 644 B

12345678910111213141516171819202122232425
  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. "SQLitePCLRaw.bundle_green": "1.0.1",
  11. "Xam.Plugins.TextToSpeech": "2.0.0",
  12. "Xamarin.Forms": "2.3.1.114"
  13. },
  14. "frameworks": {
  15. "uap10.0": {}
  16. },
  17. "runtimes": {
  18. "win10-arm": {},
  19. "win10-arm-aot": {},
  20. "win10-x86": {},
  21. "win10-x86-aot": {},
  22. "win10-x64": {},
  23. "win10-x64-aot": {}
  24. }
  25. }