richardsondev / AggregateConfigBuildTask

A cross-platform MSBuild task that aggregates and transforms configuration files into more consumable formats.
https://docs.richardson.dev/AggregateConfigBuildTask/
MIT License
0 stars 0 forks source link

app.config support #33

Open richardsondev opened 1 month ago

richardsondev commented 1 month ago
<configuration>
  <configSections>
    <sectionGroup name="pageAppearanceGroup">
      <section 
        name="pageAppearance" 
        type="Samples.AspNet.PageAppearanceSection" 
        allowLocation="true" 
        allowDefinition="Everywhere"
      />
    </sectionGroup>
  </configSections>
</configuration>