Skip to content

Commit

Permalink
Enable Server GC
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 16, 2022
1 parent 9342b7d commit 1b97763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Some common use cases include:
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<!-- https://www.gresearch.co.uk/blog/article/improve-nuget-restores-with-static-graph-evaluation/ -->
<RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>

<!-- Versions -->
Expand Down

0 comments on commit 1b97763

Please sign in to comment.