We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c4d62 commit 0935f84Copy full SHA for 0935f84
1 file changed
src/LitJson/LitJSON.csproj
@@ -51,8 +51,8 @@ It's quick and lean, without external dependencies.</Description>
51
</PropertyGroup>
52
53
<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" />
+ <PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
+ <PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
56
<PackageReference Include="System.Reflection" Version="4.3.0" />
57
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
58
</ItemGroup>
0 commit comments