Files
homeOn/HomeOnApp/Services.Web.UI/bin/Debug/net10.0/Services.Web.UI.runtimeconfig.json
vpodberezsky ec07c6ab7d add meteo-out
2025-12-13 14:35:36 +03:00

20 lines
508 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.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
}
}
}