Skip to content

Commit 18b93fb

Browse files
committed
Added an Autofac.Integration.Owin package that will be a base package for OWIN integrations for MVC and Web API. It adds DI support for middleware and registers the OWIN context into child lifetime scopes. Also updated some common packages such as NUnit and Moq.
1 parent 002d795 commit 18b93fb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Autofac.Extras.Tests.EnterpriseLibraryConfigurator.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@
5959
<SpecificVersion>False</SpecificVersion>
6060
<HintPath>..\..\..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
6161
</Reference>
62-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
63-
<SpecificVersion>False</SpecificVersion>
64-
<HintPath>..\..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
62+
<Reference Include="nunit.framework">
63+
<HintPath>..\..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
6564
</Reference>
6665
<Reference Include="System" />
6766
<Reference Include="System.Configuration" />

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="CommonServiceLocator" version="1.0" />
44
<package id="EnterpriseLibrary.Common" version="5.0.505.0" />
5-
<package id="NUnit" version="2.6.2" targetFramework="net40" />
5+
<package id="NUnit" version="2.6.3" targetFramework="net40" />
66
<package id="Unity" version="2.1.505.2" targetFramework="net40" />
77
<package id="Unity.Interception" version="2.1.505.2" targetFramework="net40" />
88
</packages>

0 commit comments

Comments
 (0)