Skip to content

Commit 70a8921

Browse files
committed
Dependencies switched to NuGet; minor ver updates
* All project-to-project references switched to NuGet references except in the case of unit tests referencing exactly the project they test. This includes the example projects, which ONLY refer to NuGet now. The examples must refer to NuGet because the versions in the AssemblyInfo.cs files don't have the published versions from PackageVersions.proj. * Autofac.Mvc5.Owin nuspec updated to remove dependency on Autofac.Mvc5 (dependency not required). * Autofac.Extras.Attributed nuspec updated to require a dependency on Autofac.Integration.Mef (required but previously not specified). * Autofac.Extras.DomainServices nuspec updated to require a later version of Autofac (3.4.0) and require Autofac.Web (3.2.0). Autofac.Web was required before but not specified by the nuspec. * Autofac.Extras.EnterpriseLibraryConfigurator nuspec updated to remove dependency on Autofac.Extras.CommonServiceLocator (dependency not required). * Autofac.Mvc5.Owin version updated to 3.0.0-alpha4 to reflect removal of the dependency. * Autofac.Extras.Attributed version updated to 3.3.0 to reflect the new dependency requirement. * Autofac.Extras.DomainServices version updated to 3.1.0 to reflect the new dependency requirement. * Autofac.Extras.EnterpriseLibraryConfigurator version updated to 3.0.2 to reflect the removal of the dependency.
1 parent 8f83806 commit 70a8921

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Autofac.Extras.EnterpriseLibraryConfigurator.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
<RunCodeAnalysis>true</RunCodeAnalysis>
4444
</PropertyGroup>
4545
<ItemGroup>
46+
<Reference Include="Autofac, Version=3.3.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>..\..\..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
49+
</Reference>
4650
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Common">
4751
<HintPath>..\..\..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
4852
</Reference>
@@ -91,12 +95,6 @@
9195
<Compile Include="Properties\AssemblyInfo.cs" />
9296
<Compile Include="Properties\VersionAssemblyInfo.cs" />
9397
</ItemGroup>
94-
<ItemGroup>
95-
<ProjectReference Include="..\..\..\Core\Source\Autofac\Autofac.csproj">
96-
<Project>{7d018b3e-34a3-423d-ac35-12731f4e0a2c}</Project>
97-
<Name>Autofac</Name>
98-
</ProjectReference>
99-
</ItemGroup>
10098
<ItemGroup>
10199
<None Include="app.config" />
102100
<None Include="packages.config" />

packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Autofac" version="3.3.1" targetFramework="net40" />
34
<package id="CommonServiceLocator" version="1.2" targetFramework="net40" />
45
<package id="EnterpriseLibrary.Common" version="5.0.505.0" />
56
<package id="Unity" version="2.1.505.2" targetFramework="net40" />

0 commit comments

Comments
 (0)