Skip to content

Commit 0935f84

Browse files
committed
(GH-153) Update System.Collections.* to 4.3.0
* fixes #153
1 parent a0c4d62 commit 0935f84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LitJson/LitJSON.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ It's quick and lean, without external dependencies.</Description>
5151
</PropertyGroup>
5252

5353
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
54-
<PackageReference Include="System.Collections.NonGeneric" Version="4.0.1" />
55-
<PackageReference Include="System.Collections.Specialized" Version="4.0.1" />
54+
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
55+
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
5656
<PackageReference Include="System.Reflection" Version="4.3.0" />
5757
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
5858
</ItemGroup>

0 commit comments

Comments
 (0)