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

9 lines
280 B
Text
Raw Normal View History

2023-07-19 10:25:54 +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" />
</packageSources>
</configuration>