Merge branch 'fix@remove-nuget-from-server-dotme' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s

* fix@remove-nuget-from-server-dotme:
  fix
This commit is contained in:
Warunee Tamkoo 2025-10-14 16:15:21 +07:00
commit e8970d370a

View file

@ -4,7 +4,7 @@
<!--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" />
<!-- <add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" /> -->
<add key="Components" value="./Components" />
</packageSources>
</configuration>