Browse Source

Fixing schema change warnings

Pranav K 9 năm trước cách đây
mục cha
commit
e8faec59f0

+ 4 - 2
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"
+    }
   }
 }