Skip to content

Commit

Permalink
(GH-153) Update System.Collections.* to 4.3.0
Browse files Browse the repository at this point in the history
* fixes #153
  • Loading branch information
devlead committed Nov 19, 2023
1 parent a0c4d62 commit 0935f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LitJson/LitJSON.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ It's quick and lean, without external dependencies.</Description>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
<PackageReference Include="System.Collections.NonGeneric" Version="4.0.1" />
<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />
<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" />
</ItemGroup>
Expand Down

0 comments on commit 0935f84

Please sign in to comment.