Skip to content

Commit bb43fe0

Browse files
Merge pull request #564 from telerik/vladislav-todorov-patch-7
Update integration-with-other-telerik-products.md
2 parents 8cda14f + d6519f6 commit bb43fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/integration-with-other-telerik-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As of **Q2 2025** end-users are able to use product specific components, built w
2323

2424
The following table lists the main use-cases together with the necessary updates that are required by the developer according to the .NET version:
2525

26-
||.NET Framework|.NET Standard|
26+
||.NET Framework|.NET Core/.NET Standard|
2727
|----|----|----|
2828
|Using Binaries (.DLL)|Need to use the app.config/web.config file with [binding redirect](https://learn.microsoft.com/en-us/dotnet/framework/deployment/configuring-assembly-binding-redirection): <br> &lt;bindingRedirect oldVersion="*" newVersion="*" /&gt;|Just replace the binaries|
2929
|Using NuGet Packages|Migrate to PackageReferences: [Migrating from packages.config to PackageReference formats](https://learn.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference)|Just update the NuGet packages|
@@ -34,4 +34,4 @@ The following table lists the main use-cases together with the necessary updates
3434
- [Installing Telerik Document Processing on Your Computer]({%slug installation-deploying-telerik-document-processing%})
3535
- [Integration with UI for WinForms](https://docs.telerik.com/devtools/winforms/integration-with-other-telerik-products/document-processing-libraries)
3636
- [Integration with UI for Blazor](https://www.telerik.com/blazor-ui/documentation/integrations/document-processing-libraries)
37-
- [Download Product Files]({%slug download-product-files%})
37+
- [Download Product Files]({%slug download-product-files%})

0 commit comments

Comments
 (0)