forked from Sitecore/Habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnuget.config
More file actions
20 lines (19 loc) · 756 Bytes
/
nuget.config
File metadata and controls
20 lines (19 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!--
Used to specify the default Sources for list, install and update.
-->
<packageSources>
<add key="Nuget v2" value="https://www.nuget.org/api/v2" />
<add key="Nuget v3" value="https://api.nuget.org/v3/index.json" />
<add key="Sitecore v2" value="https://sitecore.myget.org/F/sc-packages/" />
<add key="Sitecore v3" value="https://sitecore.myget.org/F/sc-packages/api/v3/index.json" />
</packageSources>
<activePackageSource>
<!-- this tells that all of them are active -->
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="Sitecore v3" value="true" />
</disabledPackageSources>
</configuration>