Skip to content

Commit

Permalink
Merge pull request #145 from jbatte47/hotfix/issue-143
Browse files Browse the repository at this point in the history
Issue #143: update Autofac dependencies
  • Loading branch information
jbatte47 committed Jan 15, 2014
2 parents 4b8101d + 5765411 commit 4689e5a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Patterns.Autofac/Patterns.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Autofac.3.1.5\lib\net40\Autofac.dll</HintPath>
<HintPath>..\packages\Autofac.3.3.0\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="AutoMapper, Version=3.1.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Patterns.Autofac/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.1.5" targetFramework="net40" />
<package id="Autofac" version="3.3.0" targetFramework="net40" />
<package id="AutoMapper" version="3.1.0" targetFramework="net40" />
<package id="Castle.Core" version="3.2.2" targetFramework="net40" />
<package id="Common.Logging" version="2.1.2" targetFramework="net40" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ItemGroup>
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Autofac.3.1.5\lib\net40\Autofac.dll</HintPath>
<HintPath>..\packages\Autofac.3.3.0\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="Autofac.Extras.CommonServiceLocator, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Patterns.Testing.Autofac/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.1.5" targetFramework="net40" />
<package id="Autofac" version="3.3.0" targetFramework="net40" />
<package id="Autofac.Extras.CommonServiceLocator" version="3.0.1" targetFramework="net40" />
<package id="Common.Logging" version="2.1.2" targetFramework="net40" />
<package id="CommonServiceLocator" version="1.0" targetFramework="net45" />
Expand Down
2 changes: 1 addition & 1 deletion src/_specs/_specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Autofac.3.1.5\lib\net40\Autofac.dll</HintPath>
<HintPath>..\packages\Autofac.3.3.0\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="Autofac.Extras.DynamicProxy2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/_specs/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.1.5" targetFramework="net40" />
<package id="Autofac" version="3.3.0" targetFramework="net40" />
<package id="Autofac.Extras.DynamicProxy2" version="3.0.2" targetFramework="net40" />
<package id="AutoMapper" version="3.1.0" targetFramework="net40" />
<package id="Castle.Core" version="3.2.2" targetFramework="net40" />
Expand Down

0 comments on commit 4689e5a

Please sign in to comment.