build: Add nuget.config

pull/151/head
Robert Dailey 2 years ago
parent 3df3bc869e
commit 7bfecdb3f3

@ -0,0 +1,11 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
Loading…
Cancel
Save