Fix Unix ARM floating point registers unwinding (#58915) (#358)
[platform/upstream/dotnet/runtime.git] / NuGet.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <!-- Don't use any higher level config files.
4        Our builds need to be isolated from user/machine state -->
5   <fallbackPackageFolders>
6     <clear />
7   </fallbackPackageFolders>
8   <packageSources>
9     <clear />
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-3f6c45a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-3f6c45a2/nuget/v3/index.json" />
13     <!--  End: Package sources from dotnet-emsdk -->
14     <!--  Begin: Package sources from dotnet-wcf -->
15     <!--  End: Package sources from dotnet-wcf -->
16     <!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
17     <!--
18       'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
19       one as a template. The following line is a marker to insert the test restore sources.
20     -->
21     <!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
22     <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
23     <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
24     <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
25     <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
26     <add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
27     <!-- Used for the Rich Navigation indexing task -->
28     <add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
29   </packageSources>
30   <disabledPackageSources>
31     <clear />
32   </disabledPackageSources>
33 </configuration>