Commit 2e545863 authored by dverma's avatar dverma

Update ConnectionMultiplexer.cs

parent 48be9a9f
...@@ -10,11 +10,11 @@ ...@@ -10,11 +10,11 @@
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Runtime;
#if NET40 #if NET40
using Microsoft.Runtime.CompilerServices; using Microsoft.Runtime.CompilerServices;
#else #else
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime;
#endif #endif
namespace StackExchange.Redis namespace StackExchange.Redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment