We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18181f commit 3b66076Copy full SHA for 3b66076
NuGet.config
@@ -3,6 +3,6 @@
3
<packageSources>
4
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5
<clear />
6
- <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7
</packageSources>
8
</configuration>
0 commit comments