project.json 222 B

123456789101112131415
  1. {
  2. "dependencies": {
  3. "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
  4. "UrhoSharp.HoloLens": "1.2.4.3"
  5. },
  6. "frameworks": {
  7. "uap10.0": { }
  8. },
  9. "runtimes": {
  10. "win10-x86": { },
  11. "win10-x86-aot": { }
  12. }
  13. }