feat: plugins

This commit is contained in:
2025-04-21 08:15:19 +02:00
parent cea3d11a41
commit e676e35e02
8 changed files with 50 additions and 60 deletions

View File

@ -7,7 +7,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Automancer.Common/Automancer.Common.csproj" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.0-preview.3.25171.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-preview.3.25171.5" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0-preview.3.25171.5" />