Skip to content

Commit

Permalink
Disable Moq tests as it doesn't officially support CoreClr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Nov 25, 2015
1 parent 3248d8e commit c5a7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ninject.dotnet.Tests/Ninject.dotnet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"frameworks": {
"dnxcore50": {
"compilationOptions": {
"define": [ "DOTNET" ]
"define": [ "DOTNET", "NO_MOQ" ]
},
"dependencies": {
"FluentAssertions": "4.0.1",
Expand Down

0 comments on commit c5a7bb8

Please sign in to comment.