From d6519f6140a263cae642ee94e40701aff34f9d97 Mon Sep 17 00:00:00 2001 From: vladislav-todorov Date: Tue, 3 Jun 2025 09:02:23 +0300 Subject: [PATCH] Update integration-with-other-telerik-products.md Added missing text --- integration/integration-with-other-telerik-products.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/integration-with-other-telerik-products.md b/integration/integration-with-other-telerik-products.md index b4e4288d..ebd84344 100644 --- a/integration/integration-with-other-telerik-products.md +++ b/integration/integration-with-other-telerik-products.md @@ -23,7 +23,7 @@ As of **Q2 2025** end-users are able to use product specific components, built w The following table lists the main use-cases together with the necessary updates that are required by the developer according to the .NET version: -||.NET Framework|.NET Standard| +||.NET Framework|.NET Core/.NET Standard| |----|----|----| |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):
<bindingRedirect oldVersion="*" newVersion="*" />|Just replace the binaries| |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 - [Installing Telerik Document Processing on Your Computer]({%slug installation-deploying-telerik-document-processing%}) - [Integration with UI for WinForms](https://docs.telerik.com/devtools/winforms/integration-with-other-telerik-products/document-processing-libraries) - [Integration with UI for Blazor](https://www.telerik.com/blazor-ui/documentation/integrations/document-processing-libraries) -- [Download Product Files]({%slug download-product-files%}) \ No newline at end of file +- [Download Product Files]({%slug download-product-files%})