You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run docfx for a UWP project, I get following error:
warning: [Failure] Msbuild failed when processing the file '\xxx.csproj' with message:
The imported project "C:\Program Files\dotnet\sdk\8.0.204\Microsoft\WindowsXaml\v16.0\Microsoft.Windows.UI.Xaml.CSharp.targets"
was not found.
Confirm that the expression in the Import declaration
"C:\Program Files\dotnet\sdk\8.0.204\Microsoft\WindowsXaml\v16.0\Microsoft.Windows.UI.Xaml.CSharp.targets"
is correct, and that the file exists on disk. xxx.csproj
To Reproduce
Steps to reproduce the behavior:
Create a UWP project
docfx init
run docfx command
Expected behavior
documents are generated
Context (please complete the following information):
OS: Windows
Docfx version: [e.g. 2.59.0] - 2.57.2
Additional context
For some reason docfx is building project with .NET 8 which should not be the case for UWP.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run
docfx
for a UWP project, I get following error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
documents are generated
Context (please complete the following information):
Additional context
For some reason docfx is building project with .NET 8 which should not be the case for UWP.
The text was updated successfully, but these errors were encountered: