From 9bb17da786318cf6c056bdc8a5bfb100ae7ae81c Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 20:56:43 +0200 Subject: Add Baz library with transitive PUBLIC dependency support --- baz/Baz.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 baz/Baz.cs (limited to 'baz/Baz.cs') diff --git a/baz/Baz.cs b/baz/Baz.cs new file mode 100644 index 0000000..f3b017f --- /dev/null +++ b/baz/Baz.cs @@ -0,0 +1,9 @@ +using System; + +public class Baz +{ + public static void Print() + { + Console.WriteLine("Baz"); + } +} -- cgit v1.2.3