Skip to content

Commit

Permalink
Minor updates to package references for .NET framework change.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Jan 12, 2016
1 parent d00c65d commit f7c80a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Autofac.Integration.Web/Autofac.Integration.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=3.4.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Autofac.3.4.0\lib\net40\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Web" />
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Integration.Web/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.4.0" targetFramework="net40" />
<package id="Autofac" version="3.4.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=3.4.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Autofac.3.4.0\lib\net40\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion test/Autofac.Integration.Web.Test/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.4.0" targetFramework="net40" />
<package id="Autofac" version="3.4.0" targetFramework="net45" />
<package id="xunit" version="2.1.0" targetFramework="net45" />
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
Expand Down

0 comments on commit f7c80a4

Please sign in to comment.