2018-12-02 03:25:55 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<clear />
|
|
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
2019-11-12 22:59:39 +03:00
|
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/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" />
|
2018-12-02 03:25:55 +03:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2019-07-11 21:28:19 +03:00
|
|
|
<add key="myget-roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
|
|
|
|
<add key="myget-roslyn-tools" value="https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
|
2019-07-24 20:06:59 +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" />
|
2019-08-17 03:20:50 +03:00
|
|
|
<add key="vs-editor-mac" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
|
2018-12-02 03:25:55 +03:00
|
|
|
</packageSources>
|
2020-08-12 23:55:27 +03:00
|
|
|
<disabledPackageSources />
|
2019-05-29 23:06:38 +03:00
|
|
|
</configuration>
|