onnxruntime/csharp/ApiDocs/docfx.json
Rachel Guo f396748ed6
Nuget .NET changes for Mac Catalyst (#19923)
### Description
<!-- Describe your changes. -->

Add Nuget package changes for adding new 'net6.0-maccatalyst' platform.

The output ORT Nuget package was manually tested and verified in a .NET
MAUI app setup.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: rachguo <rachguo@rachguos-Mini.attlocal.net>
Co-authored-by: Yi Zhang <zhanyi@microsoft.com>
Co-authored-by: rachguo <rachguo@rachguos-Mac-mini.local>
2024-04-19 14:20:03 -07:00

75 lines
1.4 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": [
"src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj"
],
"src": "../"
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"properties": {
"AllowUnsafeBlocks": true,
"TargetFramework" : "net7.0",
"Nullable" : "enable",
"LangVersion": "8.0",
"EnableTrainingApis": "true"
},
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/**.html",
"api/index.md",
"api/**/index.md"
]
},
{
"files": [
"toc.yml\",",
"toc.yml",
"*.md",
"api/toc.yml"
]
}
],
"resource": [
{
"files": [
//"images/**"
]
}
],
"overwrite": [
{
"files": [
"api/**.md"
],
"exclude": [
"obj/**",
"csharp/**"
]
}
],
"dest": "csharp",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"_exported_templates/default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}