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: knowledge-base/dpl-version-conflict-detected-telerik-zip.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,10 @@ Warning NU1605: Detected package downgrade: Telerik.Zip from ... to .... Referen
45
45
46
46
## Cause
47
47
48
-
Telerik UI for Blazor (the `Telerik.UI.for.Blazor` NuGet package) depends on the `Telerik.Documents.SpreadsheetStreaming` NuGet package in order to support [Grid Excel export]({%slug grid-export-excel%}). On the other hand, `Telerik.Documents.SpreadsheetStreaming` depends on `Telerik.Zip`.
48
+
`Telerik.Zip` is a transitive dependency of multiple other Telerik NuGet packages:
49
49
50
-
Most [Telerik Document Processing]({%slug dpl-in-blazor%}) NuGet packages depend on `Telerik.Documents.Core`, which also depends on `Telerik.Zip`.
51
-
52
-
In other words, `Telerik.Zip` is a transitive dependency of multiple other Telerik NuGet packages.
53
-
54
-
Telerik UI for Blazor and Telerik Document Processing use different release cycles. As a result, the latest version of Telerik UI for Blazor may not be compatible with the latest version of Telerik Document Processing.
50
+
* Telerik UI for Blazor (the `Telerik.UI.for.Blazor` NuGet package) depends on the `Telerik.Documents.SpreadsheetStreaming` NuGet package in order to support [Grid Excel export]({%slug grid-export-excel%}). `Telerik.Documents.SpreadsheetStreaming` depends on `Telerik.Zip`.
51
+
* Most [Telerik Document Processing]({%slug dpl-in-blazor%}) NuGet packages depend on `Telerik.Documents.Core`, which also depends on `Telerik.Zip`.
55
52
56
53
[Error `NU1107 Version conflict detected for Telerik.Zip`](https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1605) occurs when an older Telerik UI for Blazor version is used together with a newer Telerik Document Processing version. As a result, `Telerik.UI.for.Blazor` expects an older `Telerik.Zip` version than what the project has resolved.
57
54
@@ -62,7 +59,7 @@ Telerik UI for Blazor and Telerik Document Processing use different release cycl
62
59
63
60
There are several ways to fix the NuGet conflict errors:
64
61
65
-
*[Upgrade Telerik UI for Blazor]({%slug upgrade-tutorial%}), if some[newer version is available](https://www.telerik.com/support/whats-new/blazor-ui/release-history).
62
+
*[Upgrade Telerik UI for Blazor]({%slug upgrade-tutorial%}), if a[newer version is available](https://www.telerik.com/support/whats-new/blazor-ui/release-history).
66
63
* Downgrade Telerik Document Processing to the older version that `Telerik.UI.for.Blazor` expects for `Telerik.Zip`.
67
64
*[Reference the newer version of `Telerik.Zip` explicitly in the project.](#reference-the-telerikzip-package-explicitly)
68
65
*[Reference the newer version of `Telerik.Documents.SpreadsheetStreaming` explicitly in the project.](#reference-the-telerikdocumentsspreadsheetstreaming-package-explicitly)
0 commit comments