Added NuGet.Config

Updated files
This commit is contained in:
UltimateCoder
2024-11-26 22:31:48 +01:00
parent 9e913a0582
commit 2ac90f6b11
6 changed files with 15 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="UltimateCoder" value="https://git.custom-coding.net/api/packages/UltimateCoder/nuget/index.json" />
</packageSources>
</configuration>