project.json 247 B

1234567891011121314
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "6.0.7"
  4. },
  5. "frameworks": {
  6. "uap10.0.15063": {}
  7. },
  8. "runtimes": {
  9. "win10-x86": {},
  10. "win10-x86-aot": {},
  11. "win10-x64": {},
  12. "win10-x64-aot": {}
  13. }
  14. }