forked from JCWardle/SmallCSharpApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuget.config
19 lines (19 loc) · 863 Bytes
/
nuget.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<clear />
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<!-- When <clear /> is present, previously defined sources are ignored -->
<!-- Remove this tag or un-comment the nuget.org source below to restore packages from nuget.org -->
<!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
<clear />
<!-- Intentionally v2, as v3 doesn't yet support list which is used by Update-Environment.ps1 -->
<add key="vss-package-management" value="https://www.myget.org/F/vss-package-management/api/v2" />
<!-- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> -->
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration>