Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

il2cpp-compile.runtimeconfig.json 377B

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