Skip to content

Commit

Permalink
Merge pull request #819 from stephentoub/fixservergc
Browse files Browse the repository at this point in the history
Fix use of server GC for .NET 8 build
  • Loading branch information
KirillOsenkov committed Sep 17, 2024
2 parents 2744686 + 584f11e commit 9719f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StructuredLogViewer/StructuredLogViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Product>MSBuild Structured Log Viewer</Product>
<AssemblyTitle>MSBuild Structured Log Viewer</AssemblyTitle>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework) == 'net472'">
Expand Down

0 comments on commit 9719f61

Please sign in to comment.