Нет описания

project.json 324B

1234567891011121314151617
  1. {
  2. "dependencies": {
  3. "Facebook.Yoga": "1.1.0.23-pre",
  4. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
  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. }