Skip to content

Commit 7ad3b2b

Browse files
Update dependency Autofac.Configuration to v8
1 parent 52c1982 commit 7ad3b2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ServiceInsight.CustomViewer.Plugin/ServiceInsight.CustomViewer.Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Autofac" Version="7.1.0" />
14-
<PackageReference Include="Autofac.Configuration" Version="6.0.0" />
14+
<PackageReference Include="Autofac.Configuration" Version="8.0.1" />
1515
<PackageReference Include="AvalonEdit" Version="6.3.0.90" />
1616
</ItemGroup>
1717

src/ServiceInsight/ServiceInsight.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup>
4444
<PackageReference Include="Autofac" Version="7.1.0" />
45-
<PackageReference Include="Autofac.Configuration" Version="6.0.0" />
45+
<PackageReference Include="Autofac.Configuration" Version="8.0.1" />
4646
<PackageReference Include="AvalonEdit" Version="6.3.0.90" />
4747
<PackageReference Include="Gong-wpf-dragdrop" Version="3.2.1" />
4848
<PackageReference Include="Humanizer" Version="2.14.1" />

0 commit comments

Comments
 (0)