Skip to content

Commit

Permalink
fix: added SauceControl.InheritDoc library for build-time replacing i…
Browse files Browse the repository at this point in the history
…nheritdocs with the referenced documentation - the tag does not work with published package
  • Loading branch information
Khertys committed Dec 20, 2023
1 parent 4d701b2 commit 5a45680
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EvitaDB.Client/EvitaDB.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Reactive" Version="6.0.0"/>
</ItemGroup>

Expand Down

0 comments on commit 5a45680

Please sign in to comment.