Keine Beschreibung

project.json 287B

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