itisnajim.SocketIOUnity.asmdef 591 B

123456789101112131415161718192021
  1. {
  2. "name": "SocketIOUnityAssembly",
  3. "rootNamespace": "",
  4. "references": [],
  5. "includePlatforms": [],
  6. "excludePlatforms": [],
  7. "allowUnsafeCode": false,
  8. "overrideReferences": true,
  9. "precompiledReferences": [
  10. "Microsoft.Bcl.AsyncInterfaces.dll",
  11. "Newtonsoft.Json.dll",
  12. "System.Reactive.dll",
  13. "System.Runtime.CompilerServices.Unsafe.dll",
  14. "System.Text.Json.dll",
  15. "System.Text.Encodings.Web.dll"
  16. ],
  17. "autoReferenced": true,
  18. "defineConstraints": [],
  19. "versionDefines": [],
  20. "noEngineReferences": false
  21. }