Add backend to monitore the app in a desktop app

This commit is contained in:
Van Leemput Dayron
2025-12-30 15:37:10 +01:00
parent 63fc18ea74
commit 3036eec3af
56 changed files with 6560 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
{
"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.Globalization.Invariant": true,
"System.Globalization.PredefinedCulturesOnly": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}