From d60fb9e40274d329b89566ba450da4de904e56a4 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 20 Jul 2015 16:19:50 +0200 Subject: [PATCH] Update omnisharp.json --- omnisharp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnisharp.json b/omnisharp.json index 02e78c83e9..4f746a85c1 100644 --- a/omnisharp.json +++ b/omnisharp.json @@ -1,5 +1,5 @@ { - "aspnet5": { + "dnx": { "projects": "src/*/project.json;tests/*/project.json" } }