Files
UnrealEngine/Engine/Binaries/DotNET/AutomationTool/AutomationTool.runtimeconfig.json
Brandyn / Techy 1d64cc0409
Some checks failed
Windows setup / run-setup (push) Has been cancelled
Add missing build dependencies
2026-04-05 01:57:38 -05:00

13 lines
328 B
JSON

{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}