Auto stash before merge of "main" and "origin/main"
This commit is contained in:
parent
cb6dd39596
commit
1f675498a2
10 changed files with 148 additions and 30 deletions
|
|
@ -1,7 +1,10 @@
|
|||
namespace Core.Configurations
|
||||
{
|
||||
public interface IConfigurationRoot
|
||||
{
|
||||
public interface IConfigurationRoot : IConfiguration { }
|
||||
|
||||
public interface IConfiguration
|
||||
{
|
||||
internal List<IConfigurationProvider> ConfigurationProviders { get; set; }
|
||||
string this[string key] { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue