Send2Email/SendEmail/bin/Release/netcoreapp3.1/Scan2Email.runtimeconfig.json

12 lines
256 B
JSON
Raw Normal View History

2024-04-01 13:02:08 -04:00
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
2024-04-01 13:02:08 -04:00
}
}
}