We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337144f commit c4b2709Copy full SHA for c4b2709
net/DevExtreme.AspNet.Data/DevExtreme.AspNet.Data.csproj
@@ -22,16 +22,13 @@
22
23
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
24
<Reference Include="Microsoft.CSharp" />
25
+ <PackageReference Include="System.Text.Json" Version="6.0.9" />
26
</ItemGroup>
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
29
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
30
31
- <ItemGroup>
32
- <PackageReference Include="System.Text.Json" Version="6.0.0" />
33
- </ItemGroup>
34
-
35
<ItemGroup>
36
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
37
<None Update="Types\AnonType.Generated.tt">
0 commit comments