remove unnecessary reference to System.Text.Json in Shared project

This commit is contained in:
sbwalker 2024-12-23 11:16:34 -05:00
parent 1a925221b7
commit 1e71e32c74

View File

@ -23,7 +23,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>
</Project>