Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/v3/welcome/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following example shows a NuGet.config file that you can edit and use when d
<!-- Release or Release Candidates -->
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<!-- The Development feed provides the latest packages (all CI builds) -->
<add key="SteeltoeDev" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json" />
<add key="Steeltoe-ci" value="https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json" />
</packageSources>
</configuration>
```
Expand Down