-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathNuGet.config
More file actions
27 lines (24 loc) · 1.01 KB
/
NuGet.config
File metadata and controls
27 lines (24 loc) · 1.01 KB
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
<?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.*" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
-->
<disabledPackageSources />
</configuration>