Files
Nuake/NuakeEditor/Coral.Managed.runtimeconfig.json
2025-01-30 22:41:17 -05:00

10 lines
191 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "LatestMinor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
}
}
}