Skip to content

Commit 17ce8ba

Browse files
committed
updates
1 parent a4d34d9 commit 17ce8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp-add-ins/using-csom-for-dotnet-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Below table outlines the differences between both versions and provides guidelin
2323

2424
CSOM feature | .NET Framework version | .NET Standard version | Guidelines
2525
-------------|------------------------|-----------------------|------------
26-
.NET supportability | .NET Framework 4.5+ | .NET Framework 4.6.1+, .NET Core 2.0+, Mono 5.4+ (see https://docs.microsoft.com/en-us/dotnet/standard/net-standard) | It's recommended to use the CSOM for .NET Standard version for all your CSOM developments
26+
.NET supportability | .NET Framework 4.5+ | .NET Framework 4.6.1+, .NET Core 2.0+, Mono 5.4+ (see https://docs.microsoft.com/dotnet/standard/net-standard) | It's recommended to use the CSOM for .NET Standard version for all your SharePoint Online CSOM developments
2727
Cross platform | No | Yes (can be used on any platform that support .NET Standard) | For cross platform you have to use CSOM for .NET Standard
2828
On-Premises SharePoint support | Yes | No | The CSOM .NET Framework versions are still fully supported and being updated, so use those for on-premises SharePoint development
2929
Support for legacy authentication flows (so called cookie based auth using the `SharePointOnlineCredentials` class) | Yes | No | See the **Using modern authentication with CSOM for .NET Standard** chapter. Using Azure AD applications to configure authentication for SharePoint Online is the recommended approach

0 commit comments

Comments
 (0)