Skip to content

Commit

Permalink
fix nuget dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Willich committed Jan 30, 2018
1 parent a606a21 commit 5cd30cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/NuGetPackages/SpecFlow/SpecFlow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>specflow bdd gherkin cucumber</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.1" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.ValueTuple" version="4.0.1"/>
</dependencies>
</metadata>
Expand Down

0 comments on commit 5cd30cf

Please sign in to comment.