Selecting VS 2019 compiler for DocFX generator #8394
Unanswered
pwcrickman
asked this question in
Q&A
Replies: 1 comment 2 replies
-
From the source code, it appears that DocFX uses MSBuildLocator, which in turn uses hostfxr_resolve_sdk2; so presumably a global.json file could be used to specify the .NET SDK version whose MSBuild you want to use. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using an older version of DocFx (2.56.x) with VS 2019. I have VS 2022 installed on my system. When I execute DocFx it uses VS 2022 as the inner compiler. How do I set the DocFx inner compiler to use VS 2019?
Beta Was this translation helpful? Give feedback.
All reactions