Skip to content

Commit

Permalink
Back-ported to .NET 4.5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Illig committed Sep 7, 2016
1 parent 83b2819 commit 0f84f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Autofac.Configuration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"xmlDoc": true
},
"dependencies": {
"Autofac": "4.0.0",
"Autofac": "4.0.1",
"Microsoft.CodeAnalysis.FxCopAnalyzers": {
"type": "build",
"version": "1.1.0"
Expand All @@ -25,7 +25,7 @@
},
"description": "Configuration support for Autofac.",
"frameworks": {
"net451": {},
"net45": {},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11",
Expand Down Expand Up @@ -61,5 +61,5 @@
"dependencyinjection"
]
},
"version": "4.0.0-*"
"version": "4.0.1-*"
}

0 comments on commit 0f84f35

Please sign in to comment.