* add api diff between 5.0 & 6.0 * Update release-notes/6.0/api-diff/Asp.Net/6.0.0.md Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
259 B
259 B
Microsoft.Extensions.Configuration.KeyPerFile
namespace Microsoft.Extensions.Configuration.KeyPerFile {
public class KeyPerFileConfigurationSource : IConfigurationSource {
+ public string SectionDelimiter { get; set; }
}
}