Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathnuget.config
More file actions
Latest commit
12 lines (12 loc) · 877 Bytes
/
Copy pathnuget.config
File metadata and controls
12 lines (12 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<addkey="Nuget"value="https://api.nuget.org/v3/index.json" />
<addkey="interactive-1"value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<addkey="interactive-2"value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<addkey="interactive-3"value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
<addkey="interactive-4"value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<addkey="interactive-5"value="https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json" />
<addkey="interactive-6"value="https://www.powershellgallery.com/api/v2" />
</packageSources>
</configuration>