AVS-Release/Application Files/AVS_2_0_0_21/AVS.runtimeconfig.json.deploy

18 lines
389 B
Plaintext

{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"includedFrameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "3.1.32"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.32"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}