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

10 lines
282 B
Text
Raw Permalink Normal View History

2023-06-05 20:22:51 +07:00
<?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" />
2023-12-10 20:30:10 +07:00
2023-06-05 20:22:51 +07:00
</packageSources>
</configuration>