Skip to content

Commit

Permalink
Simple project.json build
Browse files Browse the repository at this point in the history
  • Loading branch information
ah- committed Apr 21, 2016
1 parent c5a7bb8 commit b6820cb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/Ninject/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "1.0.1-*",

"compilationOptions": {
"define": ["NO_EXCEPTION_SERIALIZATION"]
},

"frameworks": {
"net451": { },
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.0.0-*",
"System.ComponentModel": "4.0.0",
"System.Reflection": "4.0.10",
"System.Reflection.Emit.ILGeneration": "4.0.0",
"System.Reflection.Emit.Lightweight": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
"System.Linq.Expressions": "4.0.10"
},
"imports": "dotnet",
"compilationOptions": {
"define": ["DOTNET"]
}
}
}
}

0 comments on commit b6820cb

Please sign in to comment.