We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e785c commit 90e5e33Copy full SHA for 90e5e33
.nuget/NuGet.Config
@@ -5,7 +5,9 @@
5
</solution>
6
<packageSources>
7
8
+ <clear />
9
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
10
+ <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
11
12
</packageSources>
13
</configuration>
0 commit comments