This commit is contained in:
Shane Weaver 2021-05-26 10:13:25 -07:00
Родитель 3fe0cd0e1f
Коммит cc82a14ae4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -28,7 +28,7 @@ For more info on our roadmap, check out the current [Release Plan](https://githu
## Samples
Check out our samples for getting started with authentication providers and making call to Microsoft Graph:
Check out our samples for getting started with authentication providers and making calls to Microsoft Graph:
- [UwpWindowsProviderSample](./Samples/UwpWindowsProviderSample)
- [UwpMsalProviderSample](./Samples/UwpMsalProviderSample)
@ -38,7 +38,7 @@ Check out our samples for getting started with authentication providers and maki
To get started using Graph data in your application, you'll first need to enable authentication.
The nuget packages metioned below are not yet released, and can be accessed from using our dedicated Nuget feed: [WindowsCommunityToolkit-MainLatest](https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json):
> Note: The nuget packages metioned are not yet released, and can be accessed from using our dedicated Nuget feed: [WindowsCommunityToolkit-MainLatest](https://pkgs.dev.azure.com/dotnet/WindowsCommunityToolkit/_packaging/WindowsCommunityToolkit-MainLatest/nuget/v3/index.json)
### 1A. Setup authentication with MSAL