Skip to content

Commit

Permalink
Fix xml doc path
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Dec 30, 2023
1 parent 37dded2 commit 56618c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Streamstone/Streamstone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DocumentationFile>$(OutDir)\Streamstone.xml</DocumentationFile>
<DocumentationFile>bin\Release\Streamstone.xml</DocumentationFile>
<TargetFrameworks>$(LibProjectTargetFramework)</TargetFrameworks>
</PropertyGroup>

Expand Down

0 comments on commit 56618c0

Please sign in to comment.