We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a424d5 commit 82c100dCopy full SHA for 82c100d
1 file changed
src/TemplatedConfiguration.Example/Program.cs
@@ -22,7 +22,6 @@ static void Main(string[] args)
22
.AddIniFile("Config.ini")
23
.AddCommandLine(args)
24
.AddEnvironmentVariables()
25
-
26
)
27
.Build();
28
0 commit comments