Files
vegasco/nuget.config
ThompsonNye 7d6f85db82
All checks were successful
continuous-integration/drone/push Build is passing
Try fetching data from protected endpoint
2025-06-14 20:30:47 +02:00

8 lines
220 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" />
</packageSources>
</configuration>