Skip to content

Commit

Permalink
fix: ambiguous reference with CSharpMarkup
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Oct 30, 2023
1 parent d5457c6 commit 5741da4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>$baseTargetFramework$</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!--#if (useCsharpMarkup)-->
<EnableUnoCSMUsings>false</EnableUnoCSMUsings>
<!--#endif-->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5741da4

Please sign in to comment.