Skip to content

Commit eebb1a0

Browse files
Update Autofac to 5.2.0
1 parent 464993c commit eebb1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LazyProxy.Autofac.Tests/LazyProxy.Autofac.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.5.0" />
9+
<PackageReference Include="Autofac.Extras.DynamicProxy" Version="5.0.0" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
1111
<PackageReference Include="Moq" Version="4.9.0" />
1212
<PackageReference Include="xunit" Version="2.3.1" />

LazyProxy.Autofac/LazyProxy.Autofac.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Autofac" Version="4.9.4" />
20+
<PackageReference Include="Autofac" Version="5.2.0" />
2121
<PackageReference Include="LazyProxy" Version="1.0.0" />
2222
</ItemGroup>
2323

0 commit comments

Comments
 (0)