From ec613154129479dc8ecf66273bbbfa2e41998d32 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 2 Apr 2015 16:15:25 -0700 Subject: [PATCH] Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on. --- .../project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json index cc31aaa5d0..b1010674f5 100644 --- a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json +++ b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json @@ -12,7 +12,7 @@ "commands": { "test": "xunit.runner.aspnet" }, - "code": "**\\*.cs;..\\common\\**\\*.cs", + "compile": "..\\common\\**\\*.cs", "compilationOptions": { }