We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad32c63 commit c35d720Copy full SHA for c35d720
NuGet.Config
@@ -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
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