From 95d9c7a745e5766d4c4c1dc3f0f1910fc6ba7831 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Mon, 6 Jul 2015 16:13:44 -0500 Subject: [PATCH] remove commented json so dnx tooling doesn't break --- Dapper/project.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dapper/project.json b/Dapper/project.json index 4cb40c2..24b2ecd 100644 --- a/Dapper/project.json +++ b/Dapper/project.json @@ -27,14 +27,6 @@ "System.Data": "4.0.0.0" } }, - //"net35": { - // "compilationOptions": { "warningsAsErrors": true, "languageVersion": "csharp3", "define": ["CSHARP30"] }, - // "dependencies": { - // }, - // "frameworkAssemblies": { - // "System.Data": "4.0.0.0" - // } - //}, "dnx451": { "compilationOptions": { "define": [ "ASYNC" ], "warningsAsErrors": true }, "dependencies": { -- GitLab