Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
4ad40bac
Commit
4ad40bac
authored
Apr 13, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix NET40 SNK refs
parent
c431052b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
Issue182.cs
StackExchange.Redis.Tests/Issues/Issue182.cs
+4
-0
StackExchange.Redis_Net40.StrongName.csproj
...e.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
+3
-3
No files found.
StackExchange.Redis.Tests/Issues/Issue182.cs
View file @
4ad40bac
...
@@ -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
()
{
{
...
...
StackExchange.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
View file @
4ad40bac
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment