From 0de001b71f1c0bc023310005fa4c5a29ac9aef0f Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva Date: Thu, 28 Nov 2024 16:33:42 +0200 Subject: [PATCH] chore(common): update package source mapping --- installation/nuget.md | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/installation/nuget.md b/installation/nuget.md index 5de871e45b..35f2893ab9 100644 --- a/installation/nuget.md +++ b/installation/nuget.md @@ -114,7 +114,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to: - + @@ -142,28 +142,36 @@ You can [generate your Telerik NuGet API Key on telerik.com](https://www.telerik The `Telerik.UI.for.Blazor` NuGet package and most of its dependencies reside on `nuget.telerik.com`. On the other hand, the [Telerik icon packages]({%slug common-features-icons%}) reside on `nuget.org`. The correct [package source mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping) configuration should be similar to: +> Make sure that the `key` values in the `packageSourceMapping` section match the `key` values in the `packageSources` section, otherwise you will get a "Package not found" error. + >caption packageSourceMapping configuration for Telerik UI for Blazor and other Telerik Packages
````CSHTML - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + ```` -> Make sure that the `key` values in the `packageSourceMapping` section match the `key` values in the `packageSources` section, otherwise you will get a "Package not found" error. - ## Access NuGet Packages behind Firewall