From e8faec59f001a93fea0776924dfd69305885527d Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 18 May 2016 19:09:57 -0700 Subject: [PATCH] Fixing schema change warnings --- .../project.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json index 8c0e4f1af1..961287ce99 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json +++ b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/project.json @@ -34,9 +34,11 @@ } }, "testRunner": "xunit", - "compile": "../common/**/*.cs", "buildOptions": { "warningsAsErrors": true, - "keyFile": "../../tools/Key.snk" + "keyFile": "../../tools/Key.snk", + "compile": { + "include": "../common/**/*.cs" + } } } \ No newline at end of file