We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7033708 commit a7db5d8Copy full SHA for a7db5d8
src/ZeroQL.Runtime/ZeroQL.Runtime.csproj
@@ -7,8 +7,8 @@
7
<RootNamespace>ZeroQL</RootNamespace>
8
</PropertyGroup>
9
10
- <ItemGroup>
11
- <PackageReference Condition="$(TargetFramework) == 'netstandard2.0'" Include="System.Text.Json" Version="7.0.2" />
+ <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
+ <PackageReference Include="System.Text.Json" Version="9.0.2" />
12
</ItemGroup>
13
14
</Project>
0 commit comments