ld53s.runtimeconfig.json 272 B

1234567891011121314
  1. {
  2. "runtimeOptions": {
  3. "tfm": "net6.0",
  4. "includedFrameworks": [
  5. {
  6. "name": "Microsoft.NETCore.App",
  7. "version": "6.0.14"
  8. }
  9. ],
  10. "configProperties": {
  11. "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
  12. }
  13. }
  14. }