Skip to content

Commit

Permalink
Update System.Text.Json to 9.0.2, Microsoft.Extensions.Caching.Memory…
Browse files Browse the repository at this point in the history
… to 9.0.2, Microsoft.Extensions.Configuration.Abstractions to 9.0.2
  • Loading branch information
volkanceylan committed Feb 21, 2025
1 parent 4720a1b commit bde297d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Serenity.Net.Core/Serenity.Net.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.2" />
</ItemGroup>
</Project>

0 comments on commit bde297d

Please sign in to comment.