We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb5175 commit 52d3e30Copy full SHA for 52d3e30
nuget.config
@@ -4,9 +4,9 @@
4
<clear />
5
<!-- Coverlet nightly build feed -->
6
<add key="coverletNightly" value="https://pkgs.dev.azure.com/tonerdo/coverlet/_packaging/coverlet-nightly/nuget/v3/index.json" />
7
- <!-- Default nuget feed -->
8
- <add key="nuget" value="https://api.nuget.org/v3/index.json" />
9
<!-- Add all other needed feed -->
10
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
11
- </packageSources>
+ <!-- Default nuget feed -->
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
+</packageSources>
12
</configuration>
0 commit comments