README.md
Rendering markdown...
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- Seal Security (must be first to prioritize sealed versions) -->
<add key="Seal" value="https://nuget.sealsecurity.io/v3/index.json" />
<!-- NuGet.org for standard dependencies -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<!--
Authentication using environment variables (recommended for CI/CD)
Set SEAL_PROJECT and SEAL_TOKEN environment variables before running dotnet restore
-->
<packageSourceCredentials>
<Seal>
<add key="Username" value="%SEAL_PROJECT%" />
<add key="ClearTextPassword" value="%SEAL_TOKEN%" />
</Seal>
</packageSourceCredentials>
</configuration>