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 5d2998a commit f090f56Copy full SHA for f090f56
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="8.0.3" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
21
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
22
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
23
</ItemGroup>
0 commit comments