Skip to content

Commit 0a4ed8d

Browse files
committed
fix build
1 parent 3b5be91 commit 0a4ed8d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NuGet.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
4+
<solution>
5+
<add key="disableSourceControlIntegration" value="true" />
6+
</solution>
7+
<packageSources>
8+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
9+
<clear />
10+
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
11+
</packageSources>
12+
13+
</configuration>

0 commit comments

Comments
 (0)