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 --- foobar/FooBar.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'foobar/FooBar.cs') diff --git a/foobar/FooBar.cs b/foobar/FooBar.cs index fea9685..7edd61b 100644 --- a/foobar/FooBar.cs +++ b/foobar/FooBar.cs @@ -5,5 +5,6 @@ public class FooBar public static void Print() { Console.WriteLine("FooBar"); + Baz.Print(); } } -- cgit v1.2.3