Skip to content

Commit c35d720

Browse files
author
Kapil Borle
committed
Add nuget config file
1 parent ad32c63 commit c35d720

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

NuGet.Config

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageRestore>
4+
<add key="enabled" value="False" />
5+
<add key="automatic" value="False" />
6+
</packageRestore>
7+
<activePackageSource>
8+
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
9+
</activePackageSource>
10+
<packageSources>
11+
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
12+
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
13+
</packageSources>
14+
<bindingRedirects>
15+
<add key="skip" value="False" />
16+
</bindingRedirects>
17+
</configuration>

0 commit comments

Comments
 (0)