Add nuget.config to load private nuget feed
This commit is contained in:
parent
ba4bea18f4
commit
4f3f75dd37
1 changed files with 6 additions and 0 deletions
6
src/nuget.config
Normal file
6
src/nuget.config
Normal file
|
@ -0,0 +1,6 @@
|
|||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
<add key="Robware" value="https://nuget.robware.uk/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue