Merge pull request #1215 from richardlford/rosfix
[platform/upstream/coreclr.git] / NuGet.Config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <packageRestore>
4     <add key="enabled" value="True" />
5   </packageRestore>
6   <packageSources>
7     <add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/" />
8     <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
9   </packageSources>
10   <activePackageSource>
11     <add key="All" value="(Aggregate source)" />
12   </activePackageSource>
13 </configuration>