Skip to content

Commit

Permalink
[ODS-6314] Visual studio extension version 1.9 needs to have autofac …
Browse files Browse the repository at this point in the history
…version updated (#1004)
  • Loading branch information
mjaksn authored Mar 27, 2024
1 parent 8e38104 commit 1b7e21d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<Content Include="Artifacts\**\Metadata\*.xml">
Expand Down

0 comments on commit 1b7e21d

Please sign in to comment.