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 2e90bb3 commit 7ad3512Copy full SHA for 7ad3512
tests/NRedisStack.Tests/NRedisStack.Tests.csproj
@@ -3,6 +3,7 @@
3
<TargetFrameworks Condition=" '$(IsWindows)' == 'true'">net6.0;net7.0;net8.0;net481</TargetFrameworks>
4
<TargetFrameworks Condition=" '$(IsWindows)' != 'true'">net6.0;net7.0;net8.0</TargetFrameworks>
5
<IsPackable>false</IsPackable>
6
+ <PreserveCompilationContext>true</PreserveCompilationContext>
7
</PropertyGroup>
8
9
<ItemGroup>
0 commit comments