Skip to content

Commit cf39340

Browse files
committed
Added compile of the shared files
Added in the project.json a buildOptions to include in the compilation all the .cs files that are part of the Shared folder. For now, there is no support for shared projects in .Net Core.
1 parent 12eb5cd commit cf39340

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/FluentAssertions.AspNetCore.Mvc/project.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"version": "1.0.0-*",
33

4+
"buildOptions": {
5+
"compile": {
6+
"include": [
7+
"..\\FluentAssertions.Mvc.Shared\\**\\*.cs"
8+
]
9+
}
10+
},
11+
412
"dependencies": {
513
"NETStandard.Library": "1.6.0"
614
},

0 commit comments

Comments
 (0)