2019-07-01 22:57:11 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-02-04 22:28:15 +03:00
|
|
|
<configuration>
|
|
|
|
<solution>
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
</solution>
|
2019-01-24 05:04:08 +03:00
|
|
|
<!-- Only specify feed for Arcade SDK (see https://github.com/Microsoft/msbuild/issues/2982) -->
|
|
|
|
<packageSources>
|
|
|
|
<clear />
|
|
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
2019-12-11 03:07:53 +03:00
|
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
2020-10-14 00:25:16 +03:00
|
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
2020-03-24 23:29:44 +03:00
|
|
|
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
|
|
|
|
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
|
2019-08-09 02:58:20 +03:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2019-08-29 02:12:10 +03:00
|
|
|
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
|
|
|
|
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
|
2020-10-14 00:25:16 +03:00
|
|
|
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
|
2019-01-24 05:04:08 +03:00
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources>
|
|
|
|
<clear />
|
|
|
|
</disabledPackageSources>
|
2019-08-21 05:27:23 +03:00
|
|
|
<fallbackPackageFolders>
|
|
|
|
<clear />
|
|
|
|
</fallbackPackageFolders>
|
2016-02-12 20:35:47 +03:00
|
|
|
</configuration>
|