Skip to content

Commit 2b4048b

Browse files
authored
docs(common): Improve NuGet troubleshooting (#2870)
* docs(common): Improve NuGet troubleshooting * Update troubleshooting/nuget-feed.md * Update troubleshooting/nuget-feed.md
1 parent 2d94165 commit 2b4048b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

troubleshooting/nuget-feed.md

+10-2
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)