-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathNuGet.config
More file actions
26 lines (25 loc) · 876 Bytes
/
Copy pathNuGet.config
File metadata and controls
26 lines (25 loc) · 876 Bytes
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>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!--<add key="Cloudsmith" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />-->
</packageSources>
<!--<packageSourceMapping>
<packageSource key="Cloudsmith">
<package pattern="OrchardCore" />
<package pattern="OrchardCore.*" />
<package pattern="TheAdmin" />
<package pattern="TheAgencyTheme" />
<package pattern="TheBlogTheme" />
<package pattern="TheComingSoonTheme" />
<package pattern="TheTheme" />
<package pattern="SafeMode" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
<package pattern="OrchardCoreContrib.*" />
<package pattern="OrchardCore.Translations.*" />
</packageSource>
</packageSourceMapping>-->
</configuration>