Commit 687f3d4a authored by Marc Gravell's avatar Marc Gravell

1.1.0-alpha1 deploy

parent 92a4a245
...@@ -19,24 +19,14 @@ ...@@ -19,24 +19,14 @@
"run": "BasicTest_dnxcore50" "run": "BasicTest_dnxcore50"
}, },
"configurations": {
"Debug": {
"compilationOptions": {
"define": [ "DEBUG", "TRACE" ]
}
},
"Release": {
"compilationOptions": {
"define": [ "TRACE" ]
}
}
},
"frameworks": { "frameworks": {
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Console": "4.0.0-beta-23516" "System.Console": "4.0.0-beta-23516"
} }
},
"dnx451": {
} }
} }
} }
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"copyright": "Stack Exchange inc. 2014-", "copyright": "Stack Exchange inc. 2014-",
"requireLicenseAcceptance": false, "requireLicenseAcceptance": false,
"summary": "Redis client library", "summary": "Redis client library",
"releaseNotes": "Alpha for core-clr; if you aren't doing core-clr, you probably don't want this",
"compile": [ "compile": [
"../StackExchange.Redis/**/*.cs" "../StackExchange.Redis/**/*.cs"
], ],
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"copyright": "Stack Exchange inc. 2014-", "copyright": "Stack Exchange inc. 2014-",
"requireLicenseAcceptance": false, "requireLicenseAcceptance": false,
"summary": "Redis client library", "summary": "Redis client library",
"releaseNotes": "Alpha for core-clr; if you aren't doing core-clr, you probably don't want this",
"dependencies": { "dependencies": {
}, },
"compilationOptions": { "compilationOptions": {
......
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