Skip to content

Commit

Permalink
Upgraded Autofac.Extras.DynamicProxy to 4.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Aug 29, 2018
1 parent 9f531bf commit 23ea3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="4.6.2" />
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.4.0" />
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.2.1" />
<PackageReference Include="Castle.Core" Version="4.3.1" />
<PackageReference Include="Microsoft.ServiceFabric" Version="6.3.176" />
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="3.2.176" />
<PackageReference Include="Microsoft.ServiceFabric.Data" Version="3.2.176" />
Expand Down

0 comments on commit 23ea3f7

Please sign in to comment.