Skip to content

Commit b7e4c54

Browse files
committed
replace .net core to use the placeholders
1 parent b28b03c commit b7e4c54

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

getting-started/Installation/nuget-packages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If your workflow relies on NuGet for package management, you can take advantage
1818
1919
#### This article contains the following sections:
2020

21-
* [NuGet packages for .NET Framework and .NET Core for Windows](#packages-for-net-framework-and-net-core-for-windows)
21+
* [NuGet packages for .NET Framework and {{site.dotnetversions}} for Windows](#packages-for-net-framework-and-net-core-for-windows)
2222
* [Packages for .NET Standard 2.0 (Support for {{site.dotnetversions}})](#packages-for-net-standard-20-net-core-net-6-net-8)
2323
* [Get the NuGet Packages](#get-the-nuget-packages)
2424

@@ -37,9 +37,9 @@ If your workflow relies on NuGet for package management, you can take advantage
3737

3838
>important The .NET Standard packages are compatible with any .NET version (e.g .NET 9), even if there are no packages explicitly available for the specific versions. The same applies to the .NET Framework packages.
3939
40-
## Packages for .NET Framework and .NET Core for Windows
40+
## Packages for .NET Framework and {{site.dotnetversions}} for Windows
4141

42-
The following list represents the available NuGet packages for the Document Processing libraries that you can use with the .NET Framework or .NET Core for Windows. Although we offer them as an addition to the Telerik UI components, you can use them without any UI components:
42+
The following list represents the available NuGet packages for the Document Processing libraries that you can use with the .NET Framework or {{site.dotnetversions}} for Windows. Although we offer them as an addition to the Telerik UI components, you can use them without any UI components:
4343

4444
* __Telerik.Windows.Documents.Core:__ The main NuGet package for the Telerik Document Processing libraries. Required when you plan to use the library.
4545
* __Telerik.Windows.Documents.Fixed:__ The package is required when processing `PDF` documents.

knowledge-base/distribute-telerik-document-processing-libraries-net-versions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: What Versions of Document Processing Libraries are Distributed with the Telerik Products
3-
description: Learn how to obtain Telerik Document Processing libraries suitable for .NET Framework, .NET Standard, .NET Core, .NET 6, and newer versions.
3+
description: Learn how to obtain Telerik Document Processing libraries suitable for .NET Framework, .NET Standard, {{site.dotnetversions}} and newer versions.
44
type: how-to
5-
page_title: How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, .NET Core, .NET 6, and newer versions
5+
page_title: How to Obtain Telerik Document Processing Libraries for .NET Framework, .NET Standard, {{site.dotnetversions}} and newer versions
66
slug: distribute-telerik-document-processing-libraries-net-versions
77
tags: telerik, document, processing, net, core, nuget, packages, framework, windows, distribute, libraries, standard
88
res_type: kb
@@ -42,7 +42,7 @@ Depending on the product suite you are using (Telerik UI for WinForms, WPF, ASP.
4242

4343
As the above screenshots shows, the respective NuGet package indicates the exact target frameworks version considering the application's Target framework and Target OS. All versions are available as [NuGet packages]({%slug installation-nuget-packages%}). The assemblies/packages for .NET Standard do not contain the word *Windows* in their name.
4444

45-
>note There are no implementation/functionality differences between the Document Processing versions for .NET Framework and .NET Core/.NET 6 (or newer). However, the .NET Standard version comes with some limitations. More information about the limitations can be found in the [Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}) article.
45+
>note There are no implementation/functionality differences between the Document Processing versions for .NET Framework and {{site.dotnetversions}} (or newer). However, the .NET Standard version comes with some limitations. More information about the limitations can be found in the [Cross-Platform Support]({%slug radpdfprocessing-cross-platform%}) article.
4646
4747
### Download the Libraries
4848

knowledge-base/handle-no-nuget-packages-found-message.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Handling the 'No packages found" Message when Using the Telerik NuGet Server
3-
description: Learn how to handle the 'No packages found" message when using the Telerik NuGet Server
2+
title: Handling the 'No packages found' Message when Using the Telerik NuGet Server
3+
description: Learn how to handle the 'No packages found' message when using the Telerik NuGet Server
44
type: how-to
5-
page_title: How to handle the 'No packages found" message when using the Telerik NuGet Server
5+
page_title: How to handle the 'No packages found' message when using the Telerik NuGet Server
66
slug: handle-no-nuget-packages-found-message
77
tags: telerik, nuget, server, package, dpl, document, processing
88
res_type: kb

knowledge-base/resolving-namespace-conflicts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This knowledge base article also answers the following questions:
3232

3333
## Solution
3434

35-
Depending on the target framework of your project (NET Framework, .NET Standard .NET Core, .NET 6, etc.), you should install the library version accordingly. However, if you need to install both versions for any reason, to resolve the compile-time error caused by the conflicting `Workbook` type in both assemblies, utilize the C# [extern alias](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/extern-alias) feature. This approach allows you to differentiate between assemblies and use types from both without conflict. Follow the steps below:
35+
Depending on the target framework of your project (NET Framework, .NET Standard, {{site.dotnetversions}}, etc.), you should install the library version accordingly. However, if you need to install both versions for any reason, to resolve the compile-time error caused by the conflicting `Workbook` type in both assemblies, utilize the C# [extern alias](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/extern-alias) feature. This approach allows you to differentiate between assemblies and use types from both without conflict. Follow the steps below:
3636

3737
1. **Assign Alias to NuGet Packages**
3838
- For the `Telerik.Documents.Spreadsheet` NuGet package, set its alias to `StandardHelper` (or any preferred alias).

libraries/radpdfprocessing/cross-platform/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To export images different than Jpeg and Jpeg2000 or ImageQuality different than
2828
* **Telerik.Documents.ImageUtils.dll**
2929
<br><sub>_This assembly is not available in UI for Xamarin._</sub>
3030

31-
> Note that for .NET Framework & .NET Core with Windows Compatibility Pack projects, the references contain "Windows" in their names (e.g. **Telerik.Windows.Documents.Core.dll**)
31+
> Note that for .NET Framework, {{site.dotnetversions}} with Windows Compatibility Pack projects, the references contain "Windows" in their names (e.g. **Telerik.Windows.Documents.Core.dll**)
3232
3333
## Fonts and Images
3434

libraries/radspreadprocessing/cross-platform-support/cross-platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To use the model of **RadSpreadProcessing** in your cross-platform project, you
3333

3434
>note The **Telerik.Documents.ImageUtils.dll** assembly depends on **SkiaSharp**. In order to use this assembly, you will need to add a reference to [SkiaSharp](https://www.nuget.org/packages/SkiaSharp/). With the [R2 2023 changes](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/changes-and-backward-compatibility/backward-compatibility#whats-different-in-2023-r2) SkiaSharp replaced ImageSharp as the required dependency.
3535
36-
> Note that for .NET Framework & .NET Core with Windows Compatibility Pack projects, the references contain "Windows" in their names (e.g. **Telerik.Windows.Documents.Core.dll**)
36+
> Note that for .NET Framework, {{site.dotnetversions}} with Windows Compatibility Pack projects, the references contain "Windows" in their names (e.g. **Telerik.Windows.Documents.Core.dll**)
3737
3838
## What's Different Between .NET Framework and .NET Standard versions of SpreadProcessing
3939

libraries/radspreadstreamprocessing/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In order to use **RadSpreadStreamProcessing** in your project, you will need to
5858
</tbody>
5959
</table>
6060

61-
>note The binaries compatible with .NET Standard are distributed with the packages targeting .NET Standard and .NET Core. For the full list of suites including Telerik Document Processing, check the [Installing on Your Computer]({%slug installation-installing-on-your-computer%}) help topic. There are **NuGet** packages as well that you can access if you have a license for one of the above mentioned suites.
61+
>note The binaries compatible with .NET Standard are distributed with the packages targeting .NET Standard and {{site.dotnetversions}}. For the full list of suites including Telerik Document Processing, check the [Installing on Your Computer]({%slug installation-installing-on-your-computer%}) help topic. There are **NuGet** packages as well that you can access if you have a license for one of the above mentioned suites.
6262
6363
## Create a Spreadsheet Document
6464

0 commit comments

Comments
 (0)