From bbca523756cd33aea53fdaa8440ad497ab97fa88 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 20 Nov 2022 04:49:36 +0100 Subject: [PATCH] Enable server GC by default on some relevant projects. (#12674) --- Content.MapRenderer/Content.MapRenderer.csproj | 1 + Content.Server/Content.Server.csproj | 1 + Content.YAMLLinter/Content.YAMLLinter.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Content.MapRenderer/Content.MapRenderer.csproj b/Content.MapRenderer/Content.MapRenderer.csproj index 53619ce4bb..8576cb0ffc 100644 --- a/Content.MapRenderer/Content.MapRenderer.csproj +++ b/Content.MapRenderer/Content.MapRenderer.csproj @@ -6,6 +6,7 @@ ..\bin\Content.MapRenderer\ false enable + true diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 669ccf368d..881c39aea2 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -12,6 +12,7 @@ 1998 nullable enable + true diff --git a/Content.YAMLLinter/Content.YAMLLinter.csproj b/Content.YAMLLinter/Content.YAMLLinter.csproj index 57bd8079cb..4673f09d94 100644 --- a/Content.YAMLLinter/Content.YAMLLinter.csproj +++ b/Content.YAMLLinter/Content.YAMLLinter.csproj @@ -5,6 +5,7 @@ $(TargetFramework) ..\bin\Content.YAMLLinter\ false + true