dotfiles/common/NuGet.Config
2024-12-19 19:57:47 +00:00

6 lines
No EOL
207 B
XML
Executable file

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