Skip to content

Commit

Permalink
- Remove unused 3.1 dependency group, add explicit 8.0 group (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed May 1, 2024
1 parent fd0870c commit 7f98558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EasyPost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<group targetFramework="netstandard2.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net5.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
Expand All @@ -30,6 +27,9 @@
<group targetFramework="net7.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
<group targetFramework="net8.0">
<dependency id="Newtonsoft.Json" version="[13.0.1, 14.0.0)" />
</group>
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 7f98558

Please sign in to comment.