Skip to content

Commit e1b62d1

Browse files
committed
1 parent 195059c commit e1b62d1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NuGet.config

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

0 commit comments

Comments
 (0)