﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>sh-edraft.core.configuration</id>
    <version>2026.9.10.2</version>
    <title>sh-edraft Core Configuration</title>
    <authors>Sven Heidemann</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <readme>README.md</readme>
    <projectUrl>https://git.sh-edraft.de/sh-edraft.de/app-core</projectUrl>
    <description>Application configuration management with settings and feature flags</description>
    <tags>configuration settings featureflags core</tags>
    <repository type="git" url="https://git.sh-edraft.de/sh-edraft.de/app-core" commit="b6f0fa56343090d88cef34dbc9501f1a24c409b5" />
    <dependencies>
      <group targetFramework="net10.0">
        <dependency id="sh-edraft.core.db" version="2026.9.10.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Hosting" version="10.0.12" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Hosting.Abstractions" version="10.0.12" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>