Crude_SD.cpp-CLIENT / WinFormsApp1.runtimeconfig.json
DreadPoor's picture
Upload 8 files
e836f78 verified
raw
history blame contribute delete
372 Bytes
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}