Skip to content

Commit 50685c1

Browse files
author
Jeff Treuting
committed
Update Autofac nuget package to latest
1 parent 93cf233 commit 50685c1

13 files changed

Lines changed: 139 additions & 18 deletions

File tree

SharpRepository.Ioc.Autofac/SharpRepository.Ioc.Autofac.csproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="Autofac">
35-
<HintPath>..\packages\Autofac.3.0.1\lib\net40\Autofac.dll</HintPath>
36-
</Reference>
37-
<Reference Include="Autofac.Configuration">
38-
<HintPath>..\packages\Autofac.3.0.1\lib\net40\Autofac.Configuration.dll</HintPath>
34+
<Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>..\packages\Autofac.3.1.1\lib\net40\Autofac.dll</HintPath>
3937
</Reference>
4038
<Reference Include="System" />
4139
<Reference Include="System.Core" />
@@ -45,15 +43,15 @@
4543
<Compile Include="AutofacExtensions.cs" />
4644
<Compile Include="Properties\AssemblyInfo.cs" />
4745
</ItemGroup>
48-
<ItemGroup>
49-
<None Include="packages.config" />
50-
</ItemGroup>
5146
<ItemGroup>
5247
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj">
5348
<Project>{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project>
5449
<Name>SharpRepository.Repository</Name>
5550
</ProjectReference>
5651
</ItemGroup>
52+
<ItemGroup>
53+
<None Include="packages.config" />
54+
</ItemGroup>
5755
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5856
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5957
Other similar extension points exist, see Microsoft.Common.targets.
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="3.0.1" targetFramework="net45" />
3+
<package id="Autofac" version="3.1.1" targetFramework="net40" />
44
</packages>
-245 KB
Binary file not shown.
-36 KB
Binary file not shown.
-193 KB
Binary file not shown.
Binary file not shown.
232 KB
Binary file not shown.
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Autofac</id>
5-
<version>3.0.1</version>
5+
<version>3.1.1</version>
66
<title>Autofac</title>
77
<authors>Autofac Contributors</authors>
88
<owners>Autofac Contributors</owners>
@@ -12,12 +12,6 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Base assemblies for the Autofac Inversion of Control Container</description>
1414
<summary>Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.</summary>
15-
<releaseNotes />
16-
<copyright />
1715
<language>en-US</language>
18-
<references>
19-
<reference file="Autofac.Configuration.dll" />
20-
<reference file="Autofac.dll" />
21-
</references>
2216
</metadata>
2317
</package>
194 KB
Binary file not shown.

packages/Autofac.3.0.1/lib/portable-win+net40+sl50+wp8/Autofac.xml renamed to packages/Autofac.3.1.1/lib/net40/Autofac.xml

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)