Backend/C_shape/WEBAPI/JWT/JWTdemo/bin/Debug/net6.0/JWTdemo.runtimeconfig.json
Lin Weiting c07b6c1706 JWT
2024-05-06 14:09:39 +08:00

20 lines
466 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}