Skip to content

Commit

Permalink
Allow using Newtonsoft.Json in implementation (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 9, 2021
1 parent c275731 commit 4e4e7d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<PackageReference Include="Exercism.Tests" Version="0.1.0-beta1" />
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.9.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.utility" Version="2.4.1" />
<PackageReference Include="FakeItEasy" Version="6.2.1" />
Expand Down

0 comments on commit 4e4e7d9

Please sign in to comment.