สร้าง file api บรรจุ
This commit is contained in:
parent
d387cc68bc
commit
385d37c985
15 changed files with 2500 additions and 6 deletions
9
BMA.EHR.Placement.Service/nuget.config
Normal file
9
BMA.EHR.Placement.Service/nuget.config
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?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>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue