File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22 <!-- this is actually here just to serve as a hub for docs, so we don't need to keep editing the sln-->
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5+ <IsPackable >false</IsPackable >
56 </PropertyGroup >
67</Project >
Original file line number Diff line number Diff line change 33services :
44
55 redis :
6- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1 -pre.2 }
6+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-GA -pre}
77 container_name : redis-standalone
88 environment :
99 - TLS_ENABLED=yes
@@ -21,7 +21,7 @@ services:
2121 - all
2222
2323 cluster :
24- image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-RC1 -pre.2 }
24+ image : ${CLIENT_LIBS_TEST_IMAGE:-redislabs/client-libs-test:8.4-GA -pre}
2525 container_name : redis-cluster
2626 environment :
2727 - REDIS_CLUSTER=yes
You can’t perform that action at this time.
0 commit comments