wineblox/bloxstrap/Bloxstrap.runtimeconfig.json

18 lines
380 B
JSON
Raw Permalink Normal View History

2022-08-05 00:27:17 -06:00
{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}