Invalid project-package combination for docfx 2.75.3 #9779
-
Hi, i want install docfx on my project, target framework is net8.0 but get this error:
In documents wrote support 6.x, 7.x and 8.x. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you want to use docfx functionality from .NET projects. |
Beta Was this translation helpful? Give feedback.
docfx
v2.60 or later package is released as .NET Tools package.So it's intended to be installed by
dotnet tool
command.and it can't reference from projects.
What's the purpose of referencing
docfx
package from projects?If you are intended
docfx.console
package's MSBuild integration.It's no longer supported.