Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 4dab00e

Browse files
authored
[main] Update NuGet feed (#545)
1 parent 53a1c36 commit 4dab00e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: NuGet.config

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<add key="repositorypath" value="packages" />
55
</config>
66
<packageSources>
7-
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
7+
<clear />
8+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
89
</packageSources>
10+
<disabledPackageSources>
11+
<clear />
12+
</disabledPackageSources>
913
</configuration>

0 commit comments

Comments
 (0)