Skip to content

Commit

Permalink
#9 add MediaR lib
Browse files Browse the repository at this point in the history
  • Loading branch information
thangchung committed Jul 31, 2016
1 parent bc56ff4 commit 698f9d0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"Npgsql": "3.1.5",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
"System.IdentityModel.Tokens.Jwt": "5.0.0",
"System.Reflection": "4.1.0"
"System.Reflection": "4.1.0",
"MediatR": "2.1.0"
},
"description": "The Magazine Website.",
"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
}
}
},
"MediatR/2.1.0": {
"type": "package",
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"compile": {
"lib/netstandard1.1/MediatR.dll": {}
},
"runtime": {
"lib/netstandard1.1/MediatR.dll": {}
}
},
"Microphone.AspNet/0.6.2": {
"type": "package",
"dependencies": {
Expand Down Expand Up @@ -4871,6 +4883,15 @@
}
}
},
"MediatR/2.1.0": {
"type": "package",
"compile": {
"lib/net45/MediatR.dll": {}
},
"runtime": {
"lib/net45/MediatR.dll": {}
}
},
"Microphone.AspNet/0.6.2": {
"type": "package",
"dependencies": {
Expand Down Expand Up @@ -7755,6 +7776,17 @@
"runtimes/win7-x86/native/libuv.dll"
]
},
"MediatR/2.1.0": {
"sha512": "KjnYX7BJdIA2YomyyRlRV5ecgiw70lzbEBBXREPJfMGwNCfyv0zleA80Qmp+W07tet1QFcnU3++H84z8VYPXsw==",
"type": "package",
"path": "MediatR/2.1.0",
"files": [
"MediatR.2.1.0.nupkg.sha512",
"MediatR.nuspec",
"lib/net45/MediatR.dll",
"lib/netstandard1.1/MediatR.dll"
]
},
"Microphone.AspNet/0.6.2": {
"sha512": "/JTlL0qzznEDFXvARd4XXDlQYvKwTg4283nNFkX86aDdoVCdWGyJhnnGnq9miGwhUqLQvlp65pGTKXwERUwerg==",
"type": "package",
Expand Down Expand Up @@ -14902,6 +14934,7 @@
"Cik.Shared.Domain >= 1.0.0-*",
"Cik.Shared.Infrastruture >= 1.0.0-*",
"Cik.Shared.Rest >= 1.0.0-*",
"MediatR >= 2.1.0",
"Microsoft.AspNetCore.Authentication.Cookies >= 1.0.0",
"Microsoft.AspNetCore.Authentication.JwtBearer >= 1.0.0",
"Microsoft.AspNetCore.Authentication.OpenIdConnect >= 1.0.0",
Expand Down

0 comments on commit 698f9d0

Please sign in to comment.