แก้ปัญหา build ไม่ผ่าน

This commit is contained in:
Suphonchai Phoonsawat 2023-05-03 20:01:27 +07:00
parent 01ea06074e
commit d865d66315
68 changed files with 287 additions and 893 deletions

View file

@ -1,9 +1,10 @@
<?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>
<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" />
<add key="Components" value="./Components" />
</packageSources>
</configuration>