From 61695531dd941918da95170cb3ac49cf01b85035 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 26 Mar 2024 23:52:34 +0000 Subject: Updates. Not working version. --- Config.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Config.cs (limited to 'Config.cs') diff --git a/Config.cs b/Config.cs new file mode 100644 index 0000000..a361719 --- /dev/null +++ b/Config.cs @@ -0,0 +1,6 @@ +namespace download; + +public static class Config +{ + static public IConfiguration Settings {get; set;} +} -- cgit v1.2.3