Miscellaneous loader-related fixes (#15765)
[mono-project.git] / netcore / NuGet.config
blob48cf407f9aff438922e2bf9306d32df1ccc8acdb
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <packageRestore>
4 <add key="enabled" value="True" />
5 </packageRestore>
6 <config>
7 <add key="repositoryPath" value="packages" />
8 </config>
9 <packageSources>
10 <clear />
11 <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
12 <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13 </packageSources>
14 <disabledPackageSources>
15 <clear />
16 </disabledPackageSources>
17 <activePackageSource>
18 <add key="All" value="(Aggregate source)" />
19 </activePackageSource>
20 </configuration>