diff --git a/docs/docfx.json b/docs/docfx.json index 1d7bbc7a..e69a74f1 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -11,13 +11,14 @@ "**/obj/**", "UnitTests/**", "Examples/**", - "ILOpt/**" + "ILOpt/**", + "IL2LLVM/**" ], "src": "../src" } ], "dest": "api", - "properties": { "TargetFramework": "net47" }, + "properties": { "TargetFramework": "net10.0" }, "disableGitFeatures": false, "disableDefaultFilter": false }