We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464993c commit eebb1a0Copy full SHA for eebb1a0
LazyProxy.Autofac.Tests/LazyProxy.Autofac.Tests.csproj
@@ -6,7 +6,7 @@
6
</PropertyGroup>
7
8
<ItemGroup>
9
- <PackageReference Include="Autofac.Extras.DynamicProxy" Version="4.5.0" />
+ <PackageReference Include="Autofac.Extras.DynamicProxy" Version="5.0.0" />
10
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
11
<PackageReference Include="Moq" Version="4.9.0" />
12
<PackageReference Include="xunit" Version="2.3.1" />
LazyProxy.Autofac/LazyProxy.Autofac.csproj
@@ -17,7 +17,7 @@
17
18
19
20
- <PackageReference Include="Autofac" Version="4.9.4" />
+ <PackageReference Include="Autofac" Version="5.2.0" />
21
<PackageReference Include="LazyProxy" Version="1.0.0" />
22
</ItemGroup>
23
0 commit comments