Skip to content

Commit 19f83ff

Browse files
committed
Back-revved to Autofac 3.3.1 as previous. Verified tests still pass using Autofac 4 and binding redirects.
1 parent 63db0ab commit 19f83ff

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

src/Autofac.Integration.Mef/Autofac.Integration.Mef.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<Prefer32Bit>false</Prefer32Bit>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Autofac, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\Autofac.4.0.0-beta7-130\lib\net45\Autofac.dll</HintPath>
46+
<Reference Include="Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
47+
<HintPath>..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
<Reference Include="System" />

src/Autofac.Integration.Mef/Autofac.Integration.Mef.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<projectUrl>http://autofac.org</projectUrl>
1414
<iconUrl>http://code.google.com/p/autofac/logo</iconUrl>
1515
<dependencies>
16-
<dependency id="Autofac" version="[4.0.0-beta7,5.0.0)" />
16+
<dependency id="Autofac" version="[3.3.1,5.0.0)" />
1717
</dependencies>
1818
</metadata>
1919
</package>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Autofac" version="4.0.0-beta7-130" targetFramework="net45" />
3+
<package id="Autofac" version="3.3.1" targetFramework="net45" />
44
</packages>

test/Autofac.Integration.Mef.Test/Autofac.Integration.Mef.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<Prefer32Bit>false</Prefer32Bit>
4343
</PropertyGroup>
4444
<ItemGroup>
45-
<Reference Include="Autofac, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Autofac.4.0.0-beta7-130\lib\net45\Autofac.dll</HintPath>
45+
<Reference Include="Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
46+
<HintPath>..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="System" />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Autofac" version="4.0.0-beta7-130" targetFramework="net45" />
3+
<package id="Autofac" version="3.3.1" targetFramework="net45" />
44
<package id="xunit" version="2.0.0" targetFramework="net45" />
55
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
66
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
77
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
88
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
9+
<package id="xunit.runner.console" version="2.0.0" targetFramework="net45" />
910
<package id="xunit.runner.visualstudio" version="2.0.1" targetFramework="net45" />
1011
</packages>

0 commit comments

Comments
 (0)