Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<!-- 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" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
</ItemGroup>

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