Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / test-externalias-03.cs
index d0e0affcbaf51b334d56abbc13b0655ee71b9d9f..e381c43286774b5ce88a1441f7a60931a5f92de4 100644 (file)
@@ -6,7 +6,7 @@ using System;
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                if (MyAssembly01::Namespace1.MyClass1.MyNestedClass1.StaticMethod () != 1)
                        return 1;