mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
5039e44baf
Issue: #14 Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
8 lines
314 B
XML
8 lines
314 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="Nuget" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="gitlab-acidiclight" value="https://gitlab.acidiclight.dev/api/v4/projects/13/packages/nuget/index.json" />
|
|
</packageSources>
|
|
</configuration>
|