forked from MahApps/MahApps.Metro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.Config
26 lines (26 loc) · 1.36 KB
/
NuGet.Config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<clear />
<!-- <add key="CI.ControlzEx" value="https://ci.appveyor.com/nuget/controlzex" /> -->
<!-- <add key="CI.ControlzEx" value="C:\DEV\OSS_Own\ControlzEx\src\bin" /> -->
<!-- <add key="CI.XamlColorSchemeGenerator" value="https://ci.appveyor.com/nuget/xamlcolorschemegenerator" /> -->
<!-- <add key="CI.XamlColorSchemeGenerator" value="C:\DEV\OSS_Own\XamlColorSchemeGenerator\bin\Release" /> -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<activePackageSource>
<clear />
<!-- <add key="CI.ControlzEx" value="https://ci.appveyor.com/nuget/controlzex" /> -->
<!-- <add key="CI.ControlzEx" value="C:\DEV\OSS_Own\ControlzEx\src\bin" /> -->
<!-- <add key="CI.XamlColorSchemeGenerator" value="https://ci.appveyor.com/nuget/xamlcolorschemegenerator" /> -->
<!-- <add key="CI.XamlColorSchemeGenerator" value="C:\DEV\OSS_Own\XamlColorSchemeGenerator\bin\Release" /> -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</activePackageSource>
</configuration>