Skip to content

Commit

Permalink
Moved explicit System.Text.Json to net4 target
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov committed Apr 15, 2024
1 parent 337144f commit fa6dec8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions net/DevExtreme.AspNet.Data/DevExtreme.AspNet.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@

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

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

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
<None Update="Types\AnonType.Generated.tt">
Expand Down

0 comments on commit fa6dec8

Please sign in to comment.