Skip to content

Commit 054aaa5

Browse files
committed
build: Fix dependencies
1 parent e13f01d commit 054aaa5

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

src/LogPort.Internal.Docker/LogPort.Internal.Docker.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,14 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

9-
<ItemGroup>
10-
<Reference Include="Microsoft.Extensions.Hosting.Abstractions">
11-
<HintPath>..\..\..\..\.dotnet\packs\Microsoft.AspNetCore.App.Ref\9.0.8\ref\net9.0\Microsoft.Extensions.Hosting.Abstractions.dll</HintPath>
12-
</Reference>
13-
<Reference Include="Microsoft.Extensions.Logging.Abstractions">
14-
<HintPath>..\..\..\..\.nuget\packages\microsoft.extensions.logging.abstractions\9.0.10\lib\net9.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
15-
</Reference>
16-
</ItemGroup>
17-
189
<ItemGroup>
1910
<ProjectReference Include="..\LogPort.Core\LogPort.Core.csproj" />
2011
</ItemGroup>
2112

2213
<ItemGroup>
2314
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
15+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.10" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.10" />
2417
</ItemGroup>
2518

2619
</Project>

0 commit comments

Comments
 (0)