project.json 195 B

123456789101112
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0"
  4. },
  5. "frameworks": {
  6. "uap10.0": {}
  7. },
  8. "runtimes": {
  9. "win10-x86": {},
  10. "win10-x86-aot": {}
  11. }
  12. }