eeb6174de0
- ASP.NET Core 10 Backend (JWT Auth, Agent config API) - Vue 3 Frontend (Dashboard, Team, Agents, Config Editor) - PostgreSQL Database - Docker Compose setup - Mission Control Dashboard redesign
20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"runtimeOptions": {
|
|
"tfm": "net10.0",
|
|
"frameworks": [
|
|
{
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "10.0.0"
|
|
},
|
|
{
|
|
"name": "Microsoft.AspNetCore.App",
|
|
"version": "10.0.0"
|
|
}
|
|
],
|
|
"configProperties": {
|
|
"System.GC.Server": true,
|
|
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
}
|
|
}
|
|
} |