Skip to content

Commit

Permalink
fix nuget dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ircnelson committed Dec 21, 2016
1 parent b6f9f46 commit 7a5b100
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/EnjoyCQRS.EventStore.MongoDB/project.json
@@ -1,5 +1,5 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",

"dependencies": {
"EnjoyCQRS": {
Expand Down
2 changes: 1 addition & 1 deletion src/EnjoyCQRS.TestFramework/project.json
@@ -1,5 +1,5 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",

"dependencies": {
"EnjoyCQRS": {
Expand Down
6 changes: 2 additions & 4 deletions src/EnjoyCQRS/project.json
@@ -1,18 +1,16 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",
"buildOptions": {
"preserveCompilationContext": true
},
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.6": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
],
"dependencies": {
"NETStandard.Library": "1.6.0",
"Microsoft.CSharp": "4.0.1",
"System.Reflection.TypeExtensions": "4.1.0",
"System.Dynamic.Runtime": "4.0.11",
Expand Down

0 comments on commit 7a5b100

Please sign in to comment.