Skip to content

Commit 6b209bd

Browse files
authored
Add NuGet.org to package sources (#5718)
1 parent 63bba67 commit 6b209bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuget.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
45
<add key="Versioned Clients" value="https://f.feedz.io/elastic/all/nuget/index.json" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)