visualfsharp/NuGet.config

38 строки
2.1 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<!-- Only specify feed for Arcade SDK (see https://github.com/Microsoft/msbuild/issues/2982) -->
<packageSources>
<clear />
2021-02-22 18:01:49 +03:00
<!--
Consolidated feed for VSMac packages and other DevDiv feeds.
Reducing the number of feeds speeds up restore and improves reliability (as we want to move off unreliable feeds such as myget).
You can upload one-off packages here as well as add upstream feeds. Packages from upstream feeds will be cached on access.
This feed already includes nuget.org as upstream.
View and edit this feed, push new packages, view or add upstream feeds at:
https://devdiv.visualstudio.com/DevDiv/_packaging?_a=settings&feed=VSMac&view=upstreams&showFilters=true
-->
<add key="VSMac" value="https://devdiv.pkgs.visualstudio.com/DevDiv/_packaging/VSMac/nuget/v3/index.json" />
<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" />
<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" />
<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" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
2016-02-12 20:35:47 +03:00
</configuration>