From bffe6a1e55eb3fdbf31804d2e17388a7ca46414b Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Tue, 15 Jul 2025 21:15:50 +0200 Subject: [PATCH] fix ca1515 https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1515 --- test/Renci.SshNet.AotCompatibilityTestApp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Renci.SshNet.AotCompatibilityTestApp/Program.cs b/test/Renci.SshNet.AotCompatibilityTestApp/Program.cs index a85c7ced..4d5d1ced 100644 --- a/test/Renci.SshNet.AotCompatibilityTestApp/Program.cs +++ b/test/Renci.SshNet.AotCompatibilityTestApp/Program.cs @@ -2,7 +2,7 @@ namespace Renci.SshNet.AotCompatibilityTestApp { - public static class Program + internal static class Program { public static void Main() {