Files
bs-manager/assets/scripts/depot-downloader/DepotDownloader.runtimeconfig.json
T
2022-07-03 17:01:18 +02:00

13 lines
276 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"rollForward": "LatestMajor",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}