Files
HP_InHand_IG502/APPS/publish/Scanner.runtimeconfig.json
2025-04-13 18:36:28 -05:00

16 lines
376 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.1"
}
],
"configProperties": {
"System.Globalization.Invariant": true,
"System.Globalization.PredefinedCulturesOnly": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}