Files
Electron.NET/NuGet.config
Robert Muehsig cfeb3dde1e osx compatibilty
2017-10-08 23:22:43 +02:00

9 lines
258 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="LocalDev" value="artifacts" />
</packageSources>
</configuration>