From 042116506bae7eb4835e5a98f916fe179f34a342 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 16:38:41 -0500 Subject: [PATCH] Fix the `AutoGeneratedProgram.Main` warning --- build/TestCommon.props | 2 +- .../Tgstation.Server.Host.Tests.Signals.csproj | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/TestCommon.props b/build/TestCommon.props index 234e06735a..b68ecb3415 100644 --- a/build/TestCommon.props +++ b/build/TestCommon.props @@ -13,7 +13,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/Tgstation.Server.Host.Tests.Signals/Tgstation.Server.Host.Tests.Signals.csproj b/tests/Tgstation.Server.Host.Tests.Signals/Tgstation.Server.Host.Tests.Signals.csproj index 7755d96945..c098cb04d3 100644 --- a/tests/Tgstation.Server.Host.Tests.Signals/Tgstation.Server.Host.Tests.Signals.csproj +++ b/tests/Tgstation.Server.Host.Tests.Signals/Tgstation.Server.Host.Tests.Signals.csproj @@ -1,4 +1,8 @@ + + true + +