Fix build

This commit is contained in:
Hao Kung 2016-05-23 13:37:01 -07:00
parent 9f86d11a9c
commit 29fd846b14
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,10 @@
{
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
"keyFile": "../../tools/Key.snk",
"compile": {
"include": "../Shared/*.cs"
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
@ -15,7 +18,6 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit": "2.1.0"
},
"compile": "../Shared/*.cs",
"frameworks": {
"netcoreapp1.0": {
"dependencies": {