1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Don't use any higher level config files.
4 Our builds need to be isolated from user/machine state -->
5 <fallbackPackageFolders>
7 </fallbackPackageFolders>
10 <!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
11 <!-- Begin: Package sources from dotnet-emsdk -->
12 <add key="darc-pub-dotnet-emsdk-f7ae216-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-f7ae2160-1/nuget/v3/index.json" />
13 <!-- End: Package sources from dotnet-emsdk -->
14 <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
16 'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
17 one as a template. The following line is a marker to insert the test restore sources.
19 <!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
20 <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
21 <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
22 <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
23 <add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
24 <!-- Required for System.CommandLine SB intermediate -->
25 <add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
26 <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
27 <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
29 <disabledPackageSources>
31 </disabledPackageSources>