Files
QuanTAlib/nuget.config
T
2025-12-22 12:50:41 -08:00

9 lines
349 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<!-- Add MyGet feed -->
<add key="OoplesFinance MyGet" value="https://www.myget.org/F/ooplesfinance_stockindicators/api/v3/index.json" />
</packageSources>
</configuration>