Commit cb91e674 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #310 from aggieben/json-comments

remove commented json so dnx tooling doesn't break
parents 1cd39ea9 a7477a39
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
"System.Threading": "4.0.10-beta-*", "System.Threading": "4.0.10-beta-*",
"System.Threading.Thread": "4.0.0-beta-*", "System.Threading.Thread": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*" "System.Reflection.TypeExtensions": "4.0.0-beta-*"
//"System.Xml": "4.0.10-beta-*"
} }
} }
} }
......
...@@ -27,14 +27,6 @@ ...@@ -27,14 +27,6 @@
"System.Data": "4.0.0.0" "System.Data": "4.0.0.0"
} }
}, },
//"net35": {
// "compilationOptions": { "warningsAsErrors": true, "languageVersion": "csharp3", "define": ["CSHARP30"] },
// "dependencies": {
// },
// "frameworkAssemblies": {
// "System.Data": "4.0.0.0"
// }
//},
"dnx451": { "dnx451": {
"compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true }, "compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true },
"dependencies": { "dependencies": {
......
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