9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<configuration>
|
||
|
|
<!-- see notes in dockerfile -->
|
||
|
|
<packageSources>
|
||
|
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||
|
|
<add key="local" value="./nupkg" />
|
||
|
|
</packageSources>
|
||
|
|
</configuration>
|