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
687f3d4a
Commit
687f3d4a
authored
Dec 10, 2015
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.1.0-alpha1 deploy
parent
92a4a245
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
12 deletions
+4
-12
project.json
BasicTest_dnxcore50/project.json
+2
-12
project.json
StackExchange.Redis.StrongName/project.json
+1
-0
project.json
StackExchange.Redis/project.json
+1
-0
No files found.
BasicTest_dnxcore50/project.json
View file @
687f3d4a
...
...
@@ -19,24 +19,14 @@
"run"
:
"BasicTest_dnxcore50"
},
"configurations"
:
{
"Debug"
:
{
"compilationOptions"
:
{
"define"
:
[
"DEBUG"
,
"TRACE"
]
}
},
"Release"
:
{
"compilationOptions"
:
{
"define"
:
[
"TRACE"
]
}
}
},
"frameworks"
:
{
"dnxcore50"
:
{
"dependencies"
:
{
"System.Console"
:
"4.0.0-beta-23516"
}
},
"dnx451"
:
{
}
}
}
StackExchange.Redis.StrongName/project.json
View file @
687f3d4a
...
...
@@ -9,6 +9,7 @@
"copyright"
:
"Stack Exchange inc. 2014-"
,
"requireLicenseAcceptance"
:
false
,
"summary"
:
"Redis client library"
,
"releaseNotes"
:
"Alpha for core-clr; if you aren't doing core-clr, you probably don't want this"
,
"compile"
:
[
"../StackExchange.Redis/**/*.cs"
],
...
...
StackExchange.Redis/project.json
View file @
687f3d4a
...
...
@@ -9,6 +9,7 @@
"copyright"
:
"Stack Exchange inc. 2014-"
,
"requireLicenseAcceptance"
:
false
,
"summary"
:
"Redis client library"
,
"releaseNotes"
:
"Alpha for core-clr; if you aren't doing core-clr, you probably don't want this"
,
"dependencies"
:
{
},
"compilationOptions"
:
{
...
...
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