Skip to content

Commit a7db5d8

Browse files
committed
Improve json reference.
1 parent 7033708 commit a7db5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ZeroQL.Runtime/ZeroQL.Runtime.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<RootNamespace>ZeroQL</RootNamespace>
88
</PropertyGroup>
99

10-
<ItemGroup>
11-
<PackageReference Condition="$(TargetFramework) == 'netstandard2.0'" Include="System.Text.Json" Version="7.0.2" />
10+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
11+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)