github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/testdata/projects/nuget/core/Multi1.cs (about) 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace multi1 8 { 9 public class Multi1 10 { 11 static void Main(string[] args) 12 { 13 new MyLogger.MyLogger().log("Hello from Multi1!"); 14 } 15 } 16 }