Skip to content

Commit

Permalink
Merge pull request #4953 from sbwalker/dev
Browse files Browse the repository at this point in the history
add back System.Text.Json to Shared project (#4929)
  • Loading branch information
sbwalker authored Dec 23, 2024
2 parents 56e0da6 + 2d9396b commit 9bfaa02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Shared/Oqtane.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<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>

0 comments on commit 9bfaa02

Please sign in to comment.