Skip to content

Commit 94df17c

Browse files
committed
Remove deprecated method in favor of new
1 parent 3f7a309 commit 94df17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class Program
88
{
99
public static void Main(string[] args)
1010
{
11-
DotEnv.Config(false);
11+
DotEnv.Load();
1212
CreateHostBuilder(args).Build().Run();
1313
}
1414

0 commit comments

Comments
 (0)