mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
10 lines
No EOL
366 B
Text
10 lines
No EOL
366 B
Text
<!-- $XDG_CONFIG_HOME/NuGet/NuGet.Config -->
|
|
<!-- $Env:APPDATA/NuGet/NuGet.Config -->
|
|
|
|
<!-- https://learn.microsoft.com/en-us/nuget/reference/nuget-config-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> |