Skip to content

Commit

Permalink
Fix official build by resolving conflict when building the docs trans…
Browse files Browse the repository at this point in the history
…port package
  • Loading branch information
joperezr committed Oct 22, 2024
1 parent 7cac12b commit 424e974
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
Private="false"
Include="$(SrcLibrariesDir)\*\*.*proj"
Exclude="$(MSBuildProjectFullPath)" />

<!-- This is needed in order to avoid a version conflict between some dependencies bringing in the 6.0 version of the assembly
and some others depending on the 9.0 version. -->
<PackageReference Include="System.Text.Encodings.Web" />
</ItemGroup>

<!-- Include the reference assembly and put the documentation file next to it. -->
Expand Down

0 comments on commit 424e974

Please sign in to comment.