Skip to content

Commit

Permalink
Upgraded to Autofac 4.5.0 release package.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Apr 5, 2017
1 parent 9e52449 commit 33975b7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="Autofac CI" value="https://www.myget.org/F/autofac/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Xunit MyGet" value="https://myget.org/F/xunit/api/v3/index.json" />
</packageSources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=4.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.5.0-develop-00406\lib\net45\Autofac.dll</HintPath>
<HintPath>..\..\packages\Autofac.4.5.0\lib\net45\Autofac.dll</HintPath>
</Reference>
<Reference Include="Autofac.Extras.DynamicProxy, Version=4.2.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.Extras.DynamicProxy.4.2.1\lib\net45\Autofac.Extras.DynamicProxy.dll</HintPath>
Expand Down
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.ServiceFabric/releases</releaseNotes>
<dependencies>
<dependency id="Autofac" version="[4.3.0,5.0.0)" />
<dependency id="Autofac" version="[4.5.0,5.0.0)" />
<dependency id="Autofac.Extras.DynamicProxy" version="[4.2.1,5.0.0)" />
<dependency id="Microsoft.ServiceFabric.Actors" version="[2.4.164,3.0.0)" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/Autofac.Integration.ServiceFabric/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.5.0-develop-00406" targetFramework="net452" />
<package id="Autofac" version="4.5.0" targetFramework="net452" />
<package id="Autofac.Extras.DynamicProxy" version="4.2.1" targetFramework="net452" />
<package id="Castle.Core" version="4.0.0" targetFramework="net452" />
<package id="Microsoft.ServiceFabric" version="5.4.164" targetFramework="net452" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autofac, Version=4.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\..\packages\Autofac.4.5.0-develop-00406\lib\net45\Autofac.dll</HintPath>
<HintPath>..\..\packages\Autofac.4.5.0\lib\net45\Autofac.dll</HintPath>
</Reference>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\..\packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath>
Expand Down
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.5.0-develop-00406" targetFramework="net452" />
<package id="Autofac" version="4.5.0" targetFramework="net452" />
<package id="Castle.Core" version="4.0.0" targetFramework="net452" />
<package id="Microsoft.ServiceFabric" version="5.4.164" targetFramework="net452" />
<package id="Microsoft.ServiceFabric.Actors" version="2.4.164" targetFramework="net452" />
Expand Down

0 comments on commit 33975b7

Please sign in to comment.