sample_drag/DragAndDropSample/bin/Debug/net8.0/DragAndDropSample.runtimeconfig.json

13 lines
333 B
JSON
Raw Normal View History

2024-12-17 08:06:12 +00:00
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}