Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit a635f38

Browse files
committed
Fix csproj
1 parent 1aa71df commit a635f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NET6CustomLibrary/NET6CustomLibrary.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" />
2728
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
2829
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
2930
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />

0 commit comments

Comments
 (0)