Files
FlaxEngine/Source/ThirdParty/nethost/FlaxEngine.CSharp.runtimeconfig.json
Ari Vuollet 3f5c92e2fa Improve .NET 8 runtime and SDK detection
Setting the environment variable `DOTNET_ROLL_FORWARD_TO_PRERELEASE=1`
is required to enable runtime support for release candidate builds of
future major .NET releases.
2023-11-14 17:00:51 +02:00

11 lines
176 B
JSON

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