Skip to content

Commit

Permalink
Updated autofac to v9.0.0 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Aug 8, 2024
1 parent b9ecd02 commit 4e1d88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fixed issue with broken assets
- Fixed emulator running debugged micro frontend assemblies in default context
- Updated Autoface to v9.0.0 (#6)
- Added `PiralOptions` to configure behavior
- Added `IsolatedAssemblies` option
- Added support for relative paths in `AppShell` of SDK (#2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="NuGet.Protocol" Version="6.8.1" />
<PackageReference Include="NuGet.Resolver" Version="6.8.1" />
</ItemGroup>
Expand Down

0 comments on commit 4e1d88a

Please sign in to comment.