Commit 4ad40bac authored by Marc Gravell's avatar Marc Gravell

Fix NET40 SNK refs

parent c431052b
...@@ -7,6 +7,10 @@ namespace StackExchange.Redis.Tests.Issues ...@@ -7,6 +7,10 @@ namespace StackExchange.Redis.Tests.Issues
[TestFixture] [TestFixture]
public class Issue182 : TestBase public class Issue182 : TestBase
{ {
protected override string GetConfiguration()
{
return "127.0.0.1:6379";
}
[Test] [Test]
public void SetMembers() public void SetMembers()
{ {
......
...@@ -54,14 +54,14 @@ ...@@ -54,14 +54,14 @@
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.IO"> <Reference Include="System.IO">
<HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.IO.dll</HintPath> <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.IO.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Net" /> <Reference Include="System.Net" />
<Reference Include="System.Runtime"> <Reference Include="System.Runtime">
<HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Runtime.dll</HintPath> <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Runtime.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Threading.Tasks"> <Reference Include="System.Threading.Tasks">
<HintPath>..\packages\Microsoft.Bcl.1.1.9\lib\net40\System.Threading.Tasks.dll</HintPath> <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Threading.Tasks.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
......
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