From 2f9fb5df0c66a20960c3472c2dcb45bdbc2980c6 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 7 Nov 2023 08:52:01 -0500 Subject: [PATCH] Suppress the NU5104 while we're in preview Added to #1589 --- src/Tgstation.Server.Client/Tgstation.Server.Client.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index 375fb7161a..c946acf841 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -7,6 +7,7 @@ Client library for tgstation-server. json web api tgstation-server tgstation ss13 byond client http $(TGS_NUGET_RELEASE_NOTES_CLIENT) + NU5104