Skip to content

Commit e908562

Browse files
authored
docs(common): DPL version conflict KB improvements (#2506)
* docs(common): Remove imprecise statement; minor impovements * Update knowledge-base/dpl-version-conflict-detected-telerik-zip.md
1 parent 63ecdf3 commit e908562

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

knowledge-base/dpl-version-conflict-detected-telerik-zip.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ Warning NU1605: Detected package downgrade: Telerik.Zip from ... to .... Referen
4545

4646
## Cause
4747

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:
4949

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.
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`.
5352

5453
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.
5554

@@ -62,7 +61,7 @@ Telerik UI for Blazor and Telerik Document Processing use different release cycl
6261

6362
There are several ways to fix the NuGet conflict errors:
6463

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).
64+
* [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).
6665
* Downgrade Telerik Document Processing to the older version that `Telerik.UI.for.Blazor` expects for `Telerik.Zip`.
6766
* [Reference the newer version of `Telerik.Zip` explicitly in the project.](#reference-the-telerikzip-package-explicitly)
6867
* [Reference the newer version of `Telerik.Documents.SpreadsheetStreaming` explicitly in the project.](#reference-the-telerikdocumentsspreadsheetstreaming-package-explicitly)

0 commit comments

Comments
 (0)