mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
86fe32a682
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat> Co-authored-by: Warp <agent@warp.dev>
9 lines
349 B
XML
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>
|