Skip to content

Commit 3648360

Browse files
Merge dimodi-patch-1-nuget-2870 into production (#2872)
* docs(common): Improve NuGet troubleshooting * Update troubleshooting/nuget-feed.md * Update troubleshooting/nuget-feed.md --------- Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent 5802f97 commit 3648360

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

troubleshooting/nuget-feed.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,17 @@ or
128128

129129
`error NU1102: Unable to find package Telerik.UI.for.Blazor with version (>= 5.1.1)`
130130

131-
This error means that version `5.1.1` is outside the subscription period of your license.
131+
This error means one of the following:
132132

133-
To solve the issue, use a different version or ask the license holder at your company to assign you another license that includes the desired product version.
133+
* Version `5.1.1` was released outside the subscription period of your license.
134+
* Version `5.1.1` is not available in your custom (local) NuGet feed.
135+
136+
Choose one of the following options to solve the issue:
137+
138+
* Use an accessible Telerik UI for Blazor version.
139+
* Ask the license holder at your company to assign you another license that includes the desired product version.
140+
* [Set up and use the remote Telerik NuGet package source](slug:installation/nuget) instead of a custom (local) feed. For CI and deployment environments, also check [Restoring NuGet Packages in CI](slug:deployment-nuget).
141+
* Add the required Telerik UI for Blazor version to your custom (local) NuGet feed.
134142

135143
## Unable to Resolve Package due to PackageSourceMapping
136144

0 commit comments

Comments
 (0)