We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe372a commit e75c8aeCopy full SHA for e75c8ae
1 file changed
tests/NuGet.Config
@@ -8,10 +8,14 @@
8
<add key="automatic" value="True" />
9
</packageRestore>
10
<packageSources>
11
- <add key="v2.nuget.org" value="https://nuget.org/api/v2" />
12
- <add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v2/" />
+ <clear />
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13
+ <add key="nugetbuild" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
14
</packageSources>
15
<activePackageSource>
16
<add key="All" value="(Aggregate source)" />
17
</activePackageSource>
18
+ <disabledPackageSources>
19
20
+ </disabledPackageSources>
21
</configuration>
0 commit comments