Skip to content

Commit 7ad3512

Browse files
committed
preserve compilation context
1 parent 2e90bb3 commit 7ad3512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/NRedisStack.Tests/NRedisStack.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFrameworks Condition=" '$(IsWindows)' == 'true'">net6.0;net7.0;net8.0;net481</TargetFrameworks>
44
<TargetFrameworks Condition=" '$(IsWindows)' != 'true'">net6.0;net7.0;net8.0</TargetFrameworks>
55
<IsPackable>false</IsPackable>
6+
<PreserveCompilationContext>true</PreserveCompilationContext>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)