зеркало из https://github.com/dotnet/msbuild.git
31 строка
2.1 KiB
XML
31 строка
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
<!-- Begin: Package sources from dotnet-runtime -->
|
|
<add key="darc-int-dotnet-runtime-81cabf2-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-81cabf28-3/nuget/v3/index.json" />
|
|
<!-- End: Package sources from dotnet-runtime -->
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
|
<add key="arcade" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
|
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
|
|
<add key="dotnet8" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet8/nuget/v3/index.json" />
|
|
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
|
|
<add key="dotnet9" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet9/nuget/v3/index.json" />
|
|
<add key="msbuild17.12" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-95c7bf01-1/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
|
|
<!-- Begin: Package sources from dotnet-runtime -->
|
|
<add key="darc-int-dotnet-runtime-81cabf2-3" value="true" />
|
|
<!-- End: Package sources from dotnet-runtime -->
|
|
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
|
</disabledPackageSources>
|
|
<auditSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</auditSources>
|
|
</configuration>
|