Skip to content

Commit ea80ad0

Browse files
committed
small updates
1 parent 17ce8ba commit ea80ad0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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/dotnet/standard/net-standard) | It's recommended to use the CSOM for .NET Standard version for all your SharePoint Online CSOM developments
26+
.NET supportability | .NET Framework 4.5+ | .NET Framework 4.6.1+, .NET Core 2.0+, Mono 5.4+ ([.NET docs](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

docs/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,9 +1861,10 @@
18611861
items:
18621862
- name: Overview
18631863
href: sp-add-ins/sharepoint-net-server-csom-jsom-and-rest-api-index.md
1864-
- name: "Complete basic operations: CSOM"
1865-
href: sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md
1864+
- name: SharePoint CSOM API
18661865
items:
1866+
- name: Complete basic operations
1867+
href: sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md
18671868
- name: Using CSOM for .NET Standard
18681869
href: sp-add-ins/using-csom-for-dotnet-standard.md
18691870
- name: "Complete basic operations: JSOM"

0 commit comments

Comments
 (0)