forked from OrchardCMS/OrchardCore.Samples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNuGet.config
More file actions
28 lines (25 loc) · 964 Bytes
/
NuGet.config
File metadata and controls
28 lines (25 loc) · 964 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
27
28
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!--
This feed is intended for development purposes only and should not be used when publishing to NuGet.
It is meant to be utilized exclusively in the dev branch while certain dependencies are unavailable on NuGet.org.
As multiple sources are being used, be sure to uncomment the 'packageSourceMapping' section below.
-->
<!-- add key="OrchardCore" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" /-->
</packageSources>
<!--
<packageSourceMapping>
<packageSource key="OrchardCore">
<package pattern="OrchardCore*" />
<package pattern="SafeMode" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
-->
<disabledPackageSources />
</configuration>