สร้าง file api บรรจุ

This commit is contained in:
Kittapath 2023-06-29 13:09:49 +07:00
parent d387cc68bc
commit 385d37c985
15 changed files with 2500 additions and 6 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" />
</packageSources>
</configuration>