Skip to content

Commit bc18726

Browse files
Update to 2.1.29
1 parent dd508a5 commit bc18726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Composition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ internal partial class Composition
77
private static void Setup() => DI.Setup()
88
// Based on the Composition setup from the Lib namespace
99
.DependsOn("Lib.Composition")
10-
.Root<Program>("Root");
10+
.Root<Program>(nameof(Root));
1111
}

PackageRefApp/Composition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ internal partial class Composition
77
private static void Setup() => DI.Setup()
88
// Based on the Composition setup from the Lib namespace
99
.DependsOn("Lib.Composition")
10-
.Root<Program>("Root");
10+
.Root<Program>(nameof(Root));
1111
}

0 commit comments

Comments
 (0)