Skip to content

Commit

Permalink
Add server gc property
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Aug 26, 2024
1 parent 4eec7ca commit b475a00
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EntityFrameworkCore.Exceptions.PostgreSQL" />
<PackageReference Include="EntityFrameworkCore.Exceptions.Sqlite" />
Expand Down

0 comments on commit b475a00

Please sign in to comment.