Skip to content

Commit b014c8e

Browse files
committed
task: update System.Text.Json to version 8.0.5
Updated the System.Text.Json package reference in the Primitively.Abstractions.csproj file from version 8.0.4 to 8.0.5. This update may include bug fixes, performance improvements, or new features provided in the newer version.
1 parent e000880 commit b014c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Primitively.Abstractions/Primitively.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
1616
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
17-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
1818
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)