roblox-cs / dotnet /sdk /8.0.402 /vstest.console.runtimeconfig.json
asynchronousai's picture
Upload 2613 files
090629c verified
raw
history blame contribute delete
277 Bytes
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"rollForward": "Major",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.8"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}