File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public static class LambdaPackager
3838 { "netcoreapp1.1" , Version . Parse ( "1.6.1" ) }
3939 } ;
4040
41- public static bool IsAmazonLinux ( IToolLogger logger )
41+ private static bool IsAmazonLinux ( IToolLogger logger )
4242 {
4343#if ! NETCOREAPP3_1_OR_GREATER
4444 return false ;
@@ -47,7 +47,7 @@ public static bool IsAmazonLinux(IToolLogger logger)
4747#endif
4848 }
4949
50- public static bool IsAmazonLinux2 ( IToolLogger logger )
50+ private static bool IsAmazonLinux2 ( IToolLogger logger )
5151 {
5252#if ! NETCOREAPP3_1_OR_GREATER
5353 return false ;
@@ -71,7 +71,7 @@ public static bool IsAmazonLinux2(IToolLogger logger)
7171#endif
7272 }
7373
74- public static bool IsAmazonLinux2023 ( IToolLogger logger )
74+ private static bool IsAmazonLinux2023 ( IToolLogger logger )
7575 {
7676#if ! NETCOREAPP3_1_OR_GREATER
7777 return false ;
You can’t perform that action at this time.
0 commit comments