roblox-cs / dotnet /sdk /8.0.402 /NuGet.Build.Tasks.Console.runtimeconfig.json
asynchronousai's picture
Upload 2613 files
090629c verified
raw
history blame contribute delete
394 Bytes
{
"runtimeOptions": {
"tfm": "net8.0",
"rollForward": "LatestMajor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.8"
},
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}