Skip to content

Commit 7be68d8

Browse files
committed
Adding nuget.org package source
1 parent 87a53d7 commit 7be68d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NuGet.Config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
<disabledPackageSources>
8+
<clear />
9+
</disabledPackageSources>
10+
</configuration>

0 commit comments

Comments
 (0)