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
6058ad084e
commit
88dc5f73ac
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"code": [
|
||||
"**/*.cs",
|
||||
"compile": [
|
||||
"../Microsoft.AspNet.Mvc.Xml.Test/XmlAssert.cs"
|
||||
],
|
||||
"compilationOptions": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"code": [
|
||||
"**/*.cs",
|
||||
"compile": [
|
||||
"../Microsoft.AspNet.Mvc.Razor.Host.Test/TestFileProvider.cs",
|
||||
"../Microsoft.AspNet.Mvc.Razor.Host.Test/TestFileInfo.cs",
|
||||
"../Microsoft.AspNet.Mvc.Razor.Host.Test/TestFileTrigger.cs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue