Skip to content

Commit

Permalink
Changed dependencies from Microsoft.Framework.DependencyInjection to …
Browse files Browse the repository at this point in the history
…Microsoft.Framework.DependencyInjection.Abstractions.
  • Loading branch information
alexmg committed Jul 21, 2015
1 parent 201422a commit cf0c827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Autofac.Framework.DependencyInjection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"resource": ["**/*.resx"],
"dependencies": {
"Autofac": "4.0.0-beta5-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-beta5-*"
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta5-*"
},
"frameworks": {
"dnx451": { },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"Autofac": "4.0.0-beta5-*",
"Autofac.Framework.DependencyInjection": "4.0.0-beta5-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*",
"xunit": "2.1.0-beta3-*",
"xunit.runner.dnx": "2.1.0-beta3-*"
},
Expand Down

0 comments on commit cf0c827

Please sign in to comment.