Commit f72aa6d6 authored by Deepak Verma's avatar Deepak Verma

Revert "Update ConnectionMultiplexer.cs"

This reverts commit 2e545863.
parent 2e545863
......@@ -10,11 +10,11 @@
using System.Threading;
using System.Threading.Tasks;
using System.Collections.Concurrent;
using System.Runtime;
#if NET40
using Microsoft.Runtime.CompilerServices;
#else
using System.Runtime.CompilerServices;
using System.Runtime;
#endif
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