project.json 469 B

123456789101112131415161718192021
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
  4. "Newtonsoft.Json": "9.0.1",
  5. "Xam.Plugin.Geolocator": "3.0.4",
  6. "Xam.Plugins.Settings": "2.5.1",
  7. "Xam.Plugins.TextToSpeech": "2.0.0",
  8. "Xamarin.Forms": "2.3.2.127"
  9. },
  10. "frameworks": {
  11. "uap10.0": {}
  12. },
  13. "runtimes": {
  14. "win10-arm": {},
  15. "win10-arm-aot": {},
  16. "win10-x86": {},
  17. "win10-x86-aot": {},
  18. "win10-x64": {},
  19. "win10-x64-aot": {}
  20. }
  21. }