Remove Unneccesory Private Nuget

This commit is contained in:
Suphonchai Phoonsawat 2023-12-10 20:30:10 +07:00
parent fadb544566
commit d4ae5f8c53
7 changed files with 3 additions and 8 deletions

View file

@ -4,6 +4,5 @@
<!--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>