Skip to content

Commit

Permalink
(GH-154) Update System.Reflection.TypeExtensions to 4.7.0
Browse files Browse the repository at this point in the history
* fixes #154
  • Loading branch information
devlead committed Nov 19, 2023
1 parent 0935f84 commit 0d063ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LitJson/LitJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ It's quick and lean, without external dependencies.</Description>
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0d063ea

Please sign in to comment.