project.json 403 B

123456789101112131415161718
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.0",
  4. "System.Interactive.Async.Providers": "3.0.0-rc1-00354",
  5. "System.Interactive.Providers": "3.0.0-rc1-00354"
  6. },
  7. "frameworks": {
  8. "uap10.0": {}
  9. },
  10. "runtimes": {
  11. "win10-arm": {},
  12. "win10-arm-aot": {},
  13. "win10-x86": {},
  14. "win10-x86-aot": {},
  15. "win10-x64": {},
  16. "win10-x64-aot": {}
  17. }
  18. }