Files
FACULTATE-HEALTHCARE_MANAGER/backend/Infrastructure/bin/Release/net8.0/Infrastructure.runtimeconfig.json
T
2024-05-02 11:11:12 +00:00

14 lines
396 B
JSON

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