Skip to content

Commit b6820cb

Browse files
committed
Simple project.json build
1 parent c5a7bb8 commit b6820cb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/Ninject/project.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "1.0.1-*",
3+
4+
"compilationOptions": {
5+
"define": ["NO_EXCEPTION_SERIALIZATION"]
6+
},
7+
8+
"frameworks": {
9+
"net451": { },
10+
"netstandard1.5": {
11+
"dependencies": {
12+
"NETStandard.Library": "1.0.0-*",
13+
"System.ComponentModel": "4.0.0",
14+
"System.Reflection": "4.0.10",
15+
"System.Reflection.Emit.ILGeneration": "4.0.0",
16+
"System.Reflection.Emit.Lightweight": "4.0.0",
17+
"System.Reflection.TypeExtensions": "4.0.0",
18+
"System.Linq.Expressions": "4.0.10"
19+
},
20+
"imports": "dotnet",
21+
"compilationOptions": {
22+
"define": ["DOTNET"]
23+
}
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)