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 125cfd3 commit 227b4beCopy full SHA for 227b4be
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="9.0.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
+ <PackageReference Include="System.Text.Json" Version="9.0.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
21
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
22
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
23
</ItemGroup>
0 commit comments