File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4+ <!-- Ignore global configuration -->
45 <clear />
56 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6- <add key =" Cloudsmith" value =" https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
77 </packageSources >
8-
9- <packageSourceMapping >
10- <packageSource key =" Cloudsmith" >
11- <package pattern =" OrchardCore" />
12- <package pattern =" OrchardCore.*" />
13- <package pattern =" TheAdmin" />
14- <package pattern =" TheAgencyTheme" />
15- <package pattern =" TheBlogTheme" />
16- <package pattern =" TheComingSoonTheme" />
17- <package pattern =" TheTheme" />
18- <package pattern =" SafeMode" />
19- </packageSource >
20- <packageSource key =" NuGet" >
21- <package pattern =" *" />
22- <package pattern =" OrchardCoreContrib.*" />
23- <package pattern =" OrchardCore.Translations.*" />
24- </packageSource >
25- </packageSourceMapping >
268</configuration >
You can’t perform that action at this time.
0 commit comments