Skip to content

Commit c4b2709

Browse files
Add explicit System.Text.Json dep for net4 target only (#616)
1 parent 337144f commit c4b2709

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

net/DevExtreme.AspNet.Data/DevExtreme.AspNet.Data.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@
2222

2323
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
2424
<Reference Include="Microsoft.CSharp" />
25+
<PackageReference Include="System.Text.Json" Version="6.0.9" />
2526
</ItemGroup>
2627

2728
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
2829
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
2930
</ItemGroup>
3031

31-
<ItemGroup>
32-
<PackageReference Include="System.Text.Json" Version="6.0.0" />
33-
</ItemGroup>
34-
3532
<ItemGroup>
3633
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
3734
<None Update="Types\AnonType.Generated.tt">

0 commit comments

Comments
 (0)