Create Local Nuget

This commit is contained in:
reinard.setiadji@formulatrix.com 2025-08-01 15:49:03 +07:00
parent 696158848f
commit c73793ed1b
3 changed files with 11 additions and 4 deletions

7
NuGet.Config Normal file
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="local" value="./LocalNuget" />
</packageSources>
</configuration>