We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4994b03 commit c11ff1cCopy full SHA for c11ff1c
src/NRedisStack/NRedisStack.csproj
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="NetTopologySuite" Version="2.5.0" />
20
- <PackageReference Include="System.Text.Json" Version="7.0.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Text.Json" Version="9.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
21
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
22
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
23
</ItemGroup>
0 commit comments