Skip to content

Commit

Permalink
build: remove implicit dependency
Browse files Browse the repository at this point in the history
- Removed the reference to Microsoft.EntityFrameworkCore.Abstractions package.
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent 6299907 commit fc822a6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
<ProjectReference Include="..\YumeChan.PluginBase\YumeChan.PluginBase.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.8" />

<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit fc822a6

Please sign in to comment.