Files
Nuake/Editor/Coral.Managed.runtimeconfig.json
2024-07-28 12:30:30 -04:00

10 lines
191 B
JSON

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