portable-devtools / dotnet /sdk /9.0.313 /MSBuild.runtimeconfig.json
codekingpro's picture
Add files using upload-large-folder tool
a48938a verified
Raw
History Blame Contribute Delete
341 Bytes
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.15"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}