13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
|
|
<!--
|
||
|
|
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>
|