Files
GreenHomeBack/src/GreenHome.Infrastructure/bin/Release/net9.0/GreenHome.Infrastructure.runtimeconfig.json
2025-10-31 20:21:22 +03:30

14 lines
409 B
JSON

{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}