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
Copy file name to clipboardExpand all lines: docs/sp-add-ins/using-csom-for-dotnet-standard.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Using CSOM for .Net Standard instead of CSOM for .Net Framework
3
3
description: Explains the differences between using CSOM for .Net Standard versus CSOM for .Net Framework
4
-
ms.date: 6/26/2020
4
+
ms.date: 6/29/2020
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -102,10 +102,10 @@ public static async Task Main(string[] args)
102
102
#### AuthenticationManager sample class
103
103
104
104
> [!Note]
105
-
> Update the defaultAADAppId with the application id of the app you've registered in Azure AD
105
+
> Update the `defaultAADAppId` with the application id of the app you've registered in Azure AD
106
106
107
107
> [!Note]
108
-
> If you are using CSOM for .NET Standard with Azure Functions v3 you may encounter a runtime error related to `System.IdentityModel.Tokens.Jwt`. This can be resolved by following the workaround[here](https://github.com/Azure/azure-functions-host/issues/5756).
108
+
> If you are using CSOM for .NET Standard with Azure Functions v3 you may encounter a runtime error related to **System.IdentityModel.Tokens.Jwt**. This can be resolved by following [this workaround](https://github.com/Azure/azure-functions-host/issues/5756).
0 commit comments