Add nuget.config to load private nuget feed

This commit is contained in:
Robert Marshall 2021-05-09 07:12:22 +01:00
parent ba4bea18f4
commit 4f3f75dd37

6
src/nuget.config Normal file
View 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>