- ASP.NET Core 8 REST API server - 12 API endpoints matching EA Synergy protocol - SQLite database with Entity Framework Core - Web admin panel with Bootstrap 5 - User, Catalog, Session, Purchase management - Comprehensive documentation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"runtimeOptions": {
|
|
"tfm": "net8.0",
|
|
"frameworks": [
|
|
{
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "8.0.0"
|
|
},
|
|
{
|
|
"name": "Microsoft.AspNetCore.App",
|
|
"version": "8.0.0"
|
|
}
|
|
],
|
|
"configProperties": {
|
|
"System.GC.Server": true,
|
|
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
}
|
|
}
|
|
} |