Add DI as depedency for identity
This commit is contained in:
parent
5c54e8496d
commit
b717e6607a
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"version" : "0.1-pre-*",
|
"version" : "0.1-pre-*",
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*"
|
||||||
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
"k10": {}
|
"k10": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue