From 0f84f3569eb5a59013859f6eaa9b1ea4cf8e77a1 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Wed, 7 Sep 2016 09:21:19 -0700 Subject: [PATCH] Back-ported to .NET 4.5 support. --- src/Autofac.Configuration/project.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Autofac.Configuration/project.json b/src/Autofac.Configuration/project.json index 7f04317..050b262 100644 --- a/src/Autofac.Configuration/project.json +++ b/src/Autofac.Configuration/project.json @@ -8,7 +8,7 @@ "xmlDoc": true }, "dependencies": { - "Autofac": "4.0.0", + "Autofac": "4.0.1", "Microsoft.CodeAnalysis.FxCopAnalyzers": { "type": "build", "version": "1.1.0" @@ -25,7 +25,7 @@ }, "description": "Configuration support for Autofac.", "frameworks": { - "net451": {}, + "net45": {}, "netstandard1.3": { "dependencies": { "System.Collections": "4.0.11", @@ -61,5 +61,5 @@ "dependencyinjection" ] }, - "version": "4.0.0-*" + "version": "4.0.1-*" } \ No newline at end of file