Skip to content

Commit

Permalink
Use different PackageIds for SystemTextJson and NewtonsoftJson projects
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 11, 2024
1 parent d548238 commit 5f3fdbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<AssemblyOriginatorKeyFile>../System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.snk</AssemblyOriginatorKeyFile>
<AssemblyTitle>System.Linq.Dynamic.Core</AssemblyTitle>
<PackageId>Z.DynamicLinq.NewtonsoftJson</PackageId>
<Authors>Stef Heyenrath</Authors>
<Description>Contains some extensions for System.Linq.Dynamic.Core to dynamically query a Newtonsoft.Json.JArray</Description>
<PackageTags>system;linq;dynamic;core;dotnet;json</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<AssemblyOriginatorKeyFile>../System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.snk</AssemblyOriginatorKeyFile>
<AssemblyTitle>System.Linq.Dynamic.Core</AssemblyTitle>
<PackageId>Z.DynamicLinq.SystemTextJson</PackageId>
<Authors>Stef Heyenrath</Authors>
<Description>Contains some extensions for System.Linq.Dynamic.Core to dynamically query a System.Text.Json.JsonDocument</Description>
<PackageTags>system;linq;dynamic;core;dotnet;json</PackageTags>
Expand Down

0 comments on commit 5f3fdbe

Please sign in to comment.