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 8c63270 commit f26afefCopy full SHA for f26afef
samples/Foundatio.HostingSample/Program.cs
@@ -15,7 +15,9 @@
15
using Microsoft.Extensions.DependencyInjection;
16
using Microsoft.Extensions.Hosting;
17
using Microsoft.Extensions.Logging;
18
+#if REDIS
19
using StackExchange.Redis;
20
+#endif
21
22
bool all = args.Contains("all", StringComparer.OrdinalIgnoreCase);
23
bool sample1 = all || args.Contains("sample1", StringComparer.OrdinalIgnoreCase);
0 commit comments