Skip to content

Commit

Permalink
Update NuGet.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Sep 23, 2024
1 parent cbca46a commit 4e34446
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@
<clear />
<!-- Here so the Visual Studio package manager won't default to the next feed below. -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="OrchardCorePreview" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
<!-- OrchardCore.Translations.All is on a separate repo and doesn't have a preview -->
<package pattern="OrchardCore.Translations.*" />
</packageSource>
<packageSource key="OrchardCorePreview">
<package pattern="OrchardCore*" />
<!-- OrchardCore theme packages -->
<package pattern="SafeMode" />
<package pattern="TheAgencyTheme" />
<package pattern="TheBlogTheme" />
<package pattern="TheComingSoonTheme" />
<package pattern="TheTheme" />
<package pattern="TheAdmin" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 4e34446

Please sign in to comment.