Skip to content

Commit 52d3e30

Browse files
authored
Update nuget.config
1 parent 9fb5175 commit 52d3e30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nuget.config

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<clear />
55
<!-- Coverlet nightly build feed -->
66
<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" />
97
<!-- Add all other needed feed -->
108
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
11-
</packageSources>
9+
<!-- Default nuget feed -->
10+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
11+
</packageSources>
1212
</configuration>

0 commit comments

Comments
 (0)