using System; using System.Collections.Generic; using System.Text; namespace SdkNetCoreProjectWithReference { public class Class1 { public void Foo() { Console.WriteLine("Bar"); } } }