Skip to content

Commit a1a6ce3

Browse files
yordan-mitevdimodi
authored andcommitted
Apply suggestion from @dimodi
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 813b450 commit a1a6ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
101101

102102
1. Ensure you are editing the [correct and desired config file](https://learn.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#config-file-locations-and-uses). You can also create a new one with the [`dotnet new nugetconfig` command](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new).
103103

104-
2. Add the Telerik package source to the config file. For the authentication, use your [NuGet API key](#generate-a-nuget-api-key) as a password and `api-key` as a username. Here is an example of how your `NuGet.Config` file can look like:
104+
2. Add the Telerik package source to the config file. For the authentication, use your [NuGet API key](#generate-a-nuget-api-key) as a password and `api-key` as a username. Add the API key in plain text, because the .NET Core NuGet tooling does not fully support encrypted credentials. Here is an example of how your `NuGet.Config` file can look like:
105105

106106
````XML.skip-repl
107107
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)