Skip to content

Commit fb82dd5

Browse files
authored
feat: Update Text.Json to match requirement from H.Formatters (#48)
1 parent 9db457c commit fb82dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/H.Ipc/H.Ipc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net4.6.2;net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net4.6.2;net8.0</TargetFrameworks>
55
<RootNamespace>H.Ipc.Core</RootNamespace>
66
</PropertyGroup>
77

@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="System.Text.Json" Version="8.0.0" />
18+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
1919
<ProjectReference Include="..\H.Ipc.Generator\H.Ipc.Generator.csproj" ReferenceOutputAssembly="false" PackAsAnalyzer="true" />
2020
<PackageReference Include="H.Formatters.System.Text.Json" Version="15.0.0" />
2121
<PackageReference Include="H.Generators.Extensions" Version="1.24.1" PrivateAssets="all" IncludeInPackage="true" />

0 commit comments

Comments
 (0)