using System; using CodeArtifactSample.Shared; namespace NugetCodeArtifact { class Program { static void Main(string[] args) { var log = new Logging(); log.WriteLine("Hello World!"); } } }