project.json 329 B

1234567891011121314151617
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
  4. "System.Reactive": "3.0.0-rc1-00354"
  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. }