Cleanup some warnings.
This commit is contained in:
@@ -79,6 +79,6 @@ namespace Framework.Configuration
|
||||
return _configList.Where(p => p.Key.Contains(name)).Select(p => p.Key);
|
||||
}
|
||||
|
||||
static Dictionary<string, string> _configList = new Dictionary<string, string>();
|
||||
static Dictionary<string, string> _configList = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user