Initial SDK example

This commit is contained in:
2026-03-08 09:52:40 -04:00
parent 407f49692c
commit b4cfb29809
8 changed files with 522 additions and 208 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="onramp"
value="https://git.onramp-solutions.com/api/packages/OnRampSDK/nuget/index.json" />
<add key="nuget.org"
value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>