Skip to content

Commit d8b57ba

Browse files
committed
Resolve #38 - Bump compatibility to "less than v13.0.0" for Newtonsoft JSON
I have tested v12.0.1 and it works just fine with this library, so I can declare support for anything lower than the next breaking change.
1 parent 694c65e commit d8b57ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CSF.WebDriverExtras/CSF.WebDriverExtras.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<copyright>Copyright 2017</copyright>
1313
<dependencies>
1414
<dependency id="CSF.Configuration" version="[1.1.2,2.0.0)" />
15-
<dependency id="Newtonsoft.Json" version="[10.0.3,11.0.0)" />
15+
<dependency id="Newtonsoft.Json" version="[10.0.3,13.0.0)" />
1616
<dependency id="Selenium.WebDriver" version="[3.4.0,4.0.0)" />
1717
</dependencies>
1818
</metadata>

0 commit comments

Comments
 (0)