project.json 353 B

123456789101112131415161718
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
  4. "Xamarin.Auth": "1.3.2.2",
  5. "Xamarin.Forms": "2.0.0.6482"
  6. },
  7. "frameworks": {
  8. "uap10.0": {}
  9. },
  10. "runtimes": {
  11. "win10-arm": {},
  12. "win10-arm-aot": {},
  13. "win10-x86": {},
  14. "win10-x86-aot": {},
  15. "win10-x64": {},
  16. "win10-x64-aot": {}
  17. }
  18. }