1234567891011121314151617
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
  4. "Newtonsoft.Json": "10.0.1-beta1"
  5. },
  6. "frameworks": {
  7. "uap10.0": {}
  8. },
  9. "runtimes": {
  10. "win10-arm": {},
  11. "win10-arm-aot": {},
  12. "win10-x86": {},
  13. "win10-x86-aot": {},
  14. "win10-x64": {},
  15. "win10-x64-aot": {}
  16. }
  17. }