Skip to content

Commit 424e974

Browse files
committed
Fix official build by resolving conflict when building the docs transport package
1 parent 7cac12b commit 424e974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Packages/Microsoft.Internal.Extensions.DotNetApiDocs.Transport/Microsoft.Internal.Extensions.DotNetApiDocs.Transport.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
Private="false"
2828
Include="$(SrcLibrariesDir)\*\*.*proj"
2929
Exclude="$(MSBuildProjectFullPath)" />
30+
31+
<!-- This is needed in order to avoid a version conflict between some dependencies bringing in the 6.0 version of the assembly
32+
and some others depending on the 9.0 version. -->
33+
<PackageReference Include="System.Text.Encodings.Web" />
3034
</ItemGroup>
3135

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

0 commit comments

Comments
 (0)