UnityLinker.runtimeconfig.json 434 B

1234567891011121314151617
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net6.0",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "6.0.1"
  8. }
  9. ],
  10. "configProperties": {
  11. "System.Globalization.Invariant": true,
  12. "System.Globalization.PredefinedCulturesOnly": true,
  13. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
  14. "System.Runtime.TieredCompilation.QuickJit": false
  15. }
  16. }
  17. }