Added social marmalade.

This commit is contained in:
Toastie 2024-12-04 00:09:08 +13:00
parent 639003849a
commit 1957842d4c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
8 changed files with 259 additions and 0 deletions

6
Social/NuGet.Config Normal file
View file

@ -0,0 +1,6 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="toastielab.dev" value="https://toastielab.dev/api/packages/ellie/nuget/index.json" protocolVersion="3" />
</packageSources>
</configuration>