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
>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.
39
+
38
40
## Packages for .NET Framework and .NET Core for Windows
39
41
40
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:
@@ -53,7 +55,7 @@ The following list represents the available NuGet packages for the Document Proc
53
55
*__Telerik.Windows.Zip:__ The package is required when working with zipped formats, such as `DOCX` and `XLSX`. It can be used as a standalone library as well.
54
56
*__Telerik.Windows.Zip.Extensions:__ The package provides methods for working with files and platform specific operations.
55
57
56
-
## Packages for .NET Standard 2.0 (.NET Core, .NET 6/.NET 8/.NET 9)
58
+
## Packages for .NET Standard 2.0 (Support for .NET Core, .NET 6/.NET 8/.NET 9)
57
59
58
60
The following list represents the available NuGet packages for the Document Processing libraries that you can use with [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md):
Copy file name to clipboardExpand all lines: getting-started/getting-started.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ Telerik Document Processing includes a set of cross-platform libraries that let
16
16
17
17
The following tables list all Telerik Document Processing assemblies for the different platforms and their roles:
18
18
19
-
### Assemblies for .NET Standard and .NET 6/.NET 8/.NET 9
19
+
>important The .NET Standard assemblies are compatible with any .NET version (e.g .NET 9), even if there are no assemblies explicitly available for the specific versions. The same applies to the .NET Framework assemblies.
20
+
21
+
### Assemblies for .NET Standard (Support for .NET 6/.NET 8/.NET 9)
0 commit comments