hrms-api-backend/BMA.EHR.Report.Service/nuget.config

10 lines
321 B
Text
Raw Permalink Normal View History

2023-07-12 21:50:11 +07:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
2023-12-10 20:30:10 +07:00
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
2023-07-12 21:50:11 +07:00
<add key="Components" value="./Components" />
</packageSources>
</configuration>