{
  "runtimeOptions": {
    "tfm": "net6.0",
    "rollForward": "LatestMajor",
    "frameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.0"
      },
      {
        "name": "Microsoft.WindowsDesktop.App",
        "version": "6.0.0"
      }
    ],
    "configProperties": {
      "CSWINRT_ENABLE_DYNAMIC_OBJECTS_SUPPORT": true,
      "CSWINRT_USE_EXCEPTION_RESOURCE_KEYS": false,
      "CSWINRT_ENABLE_DEFAULT_CUSTOM_TYPE_MAPPINGS": true,
      "CSWINRT_ENABLE_ICUSTOMPROPERTYPROVIDER_SUPPORT": true,
      "CSWINRT_ENABLE_IREFERENCE_SUPPORT": true,
      "CSWINRT_ENABLE_IDYNAMICINTERFACECASTABLE": true,
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}