Skip to content

Commit 64bdd5b

Browse files
authored
chore(common): update package source mapping
Adding more matches, so package retrieval does not fail if a customer has anything in addition to Blazor.
1 parent 0c0c175 commit 64bdd5b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

installation/nuget.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,20 +142,23 @@ You can [generate your Telerik NuGet API Key on telerik.com](https://www.telerik
142142
143143
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:
144144
145-
>caption packageSourceMapping configuration for Telerik UI for Blazor
145+
>caption packageSourceMapping configuration for Telerik UI for Blazor and other Telerik Packages
146146
147147
<div class="skip-repl"></div>
148148
149149
````CSHTML
150150
<packageSourceMapping>
151-
<packageSource key="nuget.org">
152-
<package pattern="*" />
153-
<package pattern="Telerik.FontIcons" />
154-
<package pattern="Telerik.SvgIcons" />
155-
</packageSource>
156-
<packageSource key="TelerikOnlineFeed">
157-
<package pattern="Telerik.*" />
158-
</packageSource>
151+
<packageSource key="nuget.org">
152+
<package pattern="*" />
153+
<package pattern="Telerik.FontIcons" />
154+
<package pattern="Telerik.SvgIcons" />
155+
</packageSource>
156+
<packageSource key="TelerikOnlineFeed">
157+
<package pattern="Telerik*" />
158+
<package pattern="Kendo*" />
159+
<package pattern="UI.for*" />
160+
<package pattern="JustMock*" />
161+
</packageSource>
159162
</packageSourceMapping>
160163
````
161164

0 commit comments

Comments
 (0)