You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshooting/nuget-feed.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -128,9 +128,17 @@ or
128
128
129
129
`error NU1102: Unable to find package Telerik.UI.for.Blazor with version (>= 5.1.1)`
130
130
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:
132
132
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.
134
142
135
143
## Unable to Resolve Package due to PackageSourceMapping
0 commit comments