Files
Electron.NET/NuGet.config

11 lines
335 B
Plaintext
Raw Normal View History

2017-10-03 23:37:46 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2025-10-13 13:03:53 +02:00
<config>
<add key="repositoryPath" value="artifacts" />
</config>
<packageSources>
2017-10-08 22:39:04 +02:00
<clear />
2017-10-08 23:08:24 +02:00
<add key="LocalDev" value="artifacts" />
2018-09-03 22:59:19 +02:00
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
2025-10-13 13:03:53 +02:00
</packageSources>
2017-10-03 23:37:46 +02:00
</configuration>