Skip to content

Commit a12a000

Browse files
Update doc date metadata & markdown edit
1 parent 2995576 commit a12a000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using CSOM for .Net Standard instead of CSOM for .Net Framework
33
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
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -102,10 +102,10 @@ public static async Task Main(string[] args)
102102
#### AuthenticationManager sample class
103103

104104
> [!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
106106
107107
> [!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).
109109
110110
```csharp
111111
using Microsoft.SharePoint.Client;

0 commit comments

Comments
 (0)