Files
Nuake/Editor/Coral.Managed.runtimeconfig.json
2023-10-15 03:10:23 -04:00

10 lines
191 B
JSON

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