Skip to content

Commit

Permalink
fix Moq nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
ircnelson committed Dec 21, 2016
1 parent 7a5b100 commit 65d7f79
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/EnjoyCQRS.TestFramework/project.json
@@ -1,11 +1,10 @@
{
"version": "2.1.2-*",
"version": "2.1.3-*",

"dependencies": {
"EnjoyCQRS": {
"target": "project"
},
"Moq": "4.6.38-alpha",
"Newtonsoft.Json": "9.0.1"
},

Expand All @@ -16,10 +15,15 @@
"portable-net45+win8"
],
"dependencies": {
"Moq": "4.6.38-alpha",
"System.Reflection.TypeExtensions": "4.1.0"
}
},

"net461": { }
"net461": {
"dependencies": {
"Moq": "4.5.29"
}
}
}
}

0 comments on commit 65d7f79

Please sign in to comment.