Skip to content

Commit

Permalink
Reduced .NET Framework dependency down to 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Jan 29, 2017
1 parent c651656 commit bbf614f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
package_semantic_version: 4.0.0
package_semantic_version: 4.0.1
assembly_semantic_version: 4.0.0

version: $(package_semantic_version).{build}
Expand Down
10 changes: 6 additions & 4 deletions src/Autofac.Integration.Mvc/Autofac.Integration.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Autofac.Integration.Mvc</RootNamespace>
<AssemblyName>Autofac.Integration.Mvc</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
Expand Down Expand Up @@ -46,8 +46,8 @@
<AssemblyOriginatorKeyFile>..\..\Autofac.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.0.0\lib\net451\Autofac.dll</HintPath>
<Reference Include="Autofac, Version=4.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.0.1\lib\net45\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down Expand Up @@ -140,7 +140,9 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Autofac.Integration.Mvc.nuspec" />
<None Include="Autofac.Integration.Mvc.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Integration.Mvc/Autofac.Integration.Mvc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<iconUrl>https://cloud.githubusercontent.com/assets/1156571/13684110/16b8f152-e6bf-11e5-84ae-22c66c6d351a.png</iconUrl>
<releaseNotes>Release notes are at https://github.com/autofac/Autofac.Mvc/releases</releaseNotes>
<dependencies>
<dependency id="Autofac" version="[4.0.0,5.0.0)" />
<dependency id="Autofac" version="[4.0.1,5.0.0)" />
<dependency id="Microsoft.AspNet.Mvc" version="[5.1.0,6.0.0)" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Integration.Mvc/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="4.0.0" targetFramework="net451" />
<package id="Autofac" version="4.0.1" targetFramework="net45" />
<package id="Microsoft.AspNet.Mvc" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="3.1.0" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Autofac.Integration.Mvc.Test</RootNamespace>
<AssemblyName>Autofac.Integration.Mvc.Test</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
Expand Down Expand Up @@ -45,8 +45,8 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.0.0\lib\net451\Autofac.dll</HintPath>
<Reference Include="Autofac, Version=4.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.0.1\lib\net45\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion test/Autofac.Integration.Mvc.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="4.0.0" targetFramework="net451" />
<package id="Autofac" version="4.0.1" targetFramework="net45" />
<package id="Castle.Core" version="3.3.3" targetFramework="net451" />
<package id="Microsoft.AspNet.Mvc" version="5.1.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.1.0" targetFramework="net45" />
Expand Down

0 comments on commit bbf614f

Please sign in to comment.