We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a7bb8 commit b6820cbCopy full SHA for b6820cb
src/Ninject/project.json
@@ -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
22
+ "define": ["DOTNET"]
23
+ }
24
25
26
+}
0 commit comments