fix error build nuget

This commit is contained in:
Warunee Tamkoo 2026-01-13 12:45:24 +07:00
parent ca699b4d09
commit f22eff34d4

View file

@ -4,7 +4,7 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> <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" /> <add key="Components" value="./Components" />
</packageSources> </packageSources>
</configuration> </configuration>