Update project.json, code=>compile. Also remove **/*.cs and **/*.vs from compile section. These are now defaulted to on.
This commit is contained in:
parent
1d7ac248ee
commit
ec61315412
|
|
@ -12,7 +12,7 @@
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "xunit.runner.aspnet"
|
"test": "xunit.runner.aspnet"
|
||||||
},
|
},
|
||||||
"code": "**\\*.cs;..\\common\\**\\*.cs",
|
"compile": "..\\common\\**\\*.cs",
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue