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

12 lines
256 B
JSON

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}