nuget source
Some checks failed
Spellcheck / Spellcheck (push) Failing after 10s
Tests / Evaluate Tests on ubuntu-latest (push) Failing after 27s

This commit is contained in:
2026-04-10 20:35:08 -04:00
parent 55cc53dad4
commit 91bd5428a7

12
nuget.config Normal file
View File

@@ -0,0 +1,12 @@
<!--
Source - https://stackoverflow.com/a/58490145
Posted by zivkan
Retrieved 2026-04-10, License - CC BY-SA 4.0
-->
<configuration>
<packageSources>
<clear /> <!-- clear to make sure that everyone uses the same sources -->
<add key="ronnie" value="http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" />
</packageSources>
</configuration>