Skip to content

Commit

Permalink
Declare Newtonsoft.Json dependency for netstandard2.0 in Microsoft.Te… (
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Aug 25, 2022
1 parent 3283c8d commit e2a2c5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$Version$"/>
</group>
<group targetFramework="netstandard2.0">
<!-- REVIEW ME: Why don't we have dependency to Newtonsoft.Json here? -->
<dependency id="Newtonsoft.Json" version="$JsonNetVersion$"/>
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$Version$"/>
</group>
</dependencies>
Expand Down

0 comments on commit e2a2c5a

Please sign in to comment.