![]() |
VOOZH | about |
dotnet add package Microsoft.Graph.Beta --version 6.2.0-preview
NuGet\Install-Package Microsoft.Graph.Beta -Version 6.2.0-preview
<PackageReference Include="Microsoft.Graph.Beta" Version="6.2.0-preview" />
<PackageVersion Include="Microsoft.Graph.Beta" Version="6.2.0-preview" />Directory.Packages.props
<PackageReference Include="Microsoft.Graph.Beta" />Project file
paket add Microsoft.Graph.Beta --version 6.2.0-preview
#r "nuget: Microsoft.Graph.Beta, 6.2.0-preview"
#:package Microsoft.Graph.Beta@6.2.0-preview
#addin nuget:?package=Microsoft.Graph.Beta&version=6.2.0-preview&prereleaseInstall as a Cake Addin
#tool nuget:?package=Microsoft.Graph.Beta&version=6.2.0-preview&prereleaseInstall as a Cake Tool
Integrate the Microsoft Graph Beta API into your .NET project!
The Microsoft Graph Beta .NET Client Library 0.x targets .NetStandard 1.1 and .Net Framework 4.5.
The Microsoft Graph Beta .NET Client Library 4.x targets .NetStandard 2.0 and .Net Framework 4.6.2.
The Microsoft Graph Beta .NET Client Library 5.x targets .NetStandard 2.0
To install the client library via NuGet:
Microsoft.Graph.Beta in the NuGet Library, orInstall-Package Microsoft.Graph.Beta -PreRelease into the Package Manager Console.The Beta library is generated with the Microsoft.Graph.Beta namespace. This means that it can be used alongside the V1 package by using the Microsoft.Graph namespace while using the Microsoft.Graph.Beta namespace from the beta library.
Please see msgraph-sdk-dotnet for information on getting started with this library.
Between 0.x and 4.x there were some major breaking changes:
netStandard1.3 to netstandard2.0net45 to net462View the upgrade guide here..
View the upgrade guide here..
To view or log issues, see issues.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact with any additional questions or comments.
If you are looking to build the library locally for the purposes of contributing code or running tests, you will need to:
dotnet restore from the command line in your package directorynuget restore and msbuild from CLI or run Build from Visual Studio to restore Nuget packages and build the projectDue to long file names you may need to run
git config --system core.longpaths truebefore cloning the repo to your system.
Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT . See Third Party Notices for information on the packages referenced via NuGet.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Graph.Beta:
| Package | Downloads |
|---|---|
|
Microsoft.Identity.Web.MicrosoftGraphBeta
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph Beta, and for protected web APIs that call Microsoft Graph Beta. |
|
|
Microsoft.Identity.Web.GraphServiceClientBeta
This package enables ASP.NET Core web apps and web APIs to use the Microsoft identity platform (formerly Azure AD v2.0). This package is specifically used for web applications, which sign-in users and call Microsoft Graph, and for protected web APIs that call Microsoft Graph. Works specifically with MS Graph SDK v5 and above. For MS Graph SDK v4 support, please use Microsoft.Identity.Web.MicrosoftGraph. |
|
|
IntuneAppBuilder
IntuneAppBuilder creates and deploys Intune packages for MSI and Win32 applications. This package exposes services that can be consumed by other dotnet applications as a package reference. |
|
|
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo
This package integrates with the Office365 Todo cloud service. |
|
|
Xpand.XAF.Modules.Office.Cloud.Microsoft
The `Microsoft` authenticates against Azure Active Directory and queries the MSGraph endpoints. |
Showing the top 9 popular GitHub repositories that depend on Microsoft.Graph.Beta:
| Repository | Stars |
|---|---|
|
netwrix/pingcastle
PingCastle - Get Active Directory Security at 80% in 20% of the time
|
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
|
|
azure-ad-b2c/samples
Azure AD B2C custom policy solutions and samples.
|
|
|
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
|
|
|
BotBuilderCommunity/botbuilder-community-dotnet
Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
|
|
|
svrooij/WinTuner
Package any app from Winget to Intune - WinTuner
|
|
|
microsoft/Partner-Center-PowerShell
PowerShell module for managing Partner Center resources.
|
|
|
nicolonsky/ModernWorkplaceConcierge
Concierge which simplifies and automates tasks in the Microsoft 365 cloud
|
|
|
microsoft/botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.2.0-preview | 4,088 | 6/8/2026 |
| 6.1.0-preview | 14,956 | 5/20/2026 |
| 6.0.0-preview | 9,327 | 5/12/2026 |
| 5.135.0-preview | 22,222 | 4/30/2026 |
| 5.134.0-preview | 12,181 | 4/17/2026 |
| 5.133.0-preview | 14,874 | 4/9/2026 |
| 5.132.0-preview | 13,101 | 3/19/2026 |
| 5.131.0-preview | 102,407 | 2/19/2026 |
| 5.130.0-preview | 45,271 | 1/22/2026 |
| 5.129.0-preview | 21,585 | 1/7/2026 |
| 5.128.0-preview | 14,932 | 12/18/2025 |
| 5.127.0-preview | 77,975 | 12/3/2025 |
| 5.126.0-preview | 20,651 | 11/19/2025 |
| 5.125.0-preview | 25,052 | 11/7/2025 |
| 5.124.0-preview | 77,997 | 10/23/2025 |
| 5.123.0-preview | 26,149 | 10/7/2025 |
| 5.122.0-preview | 63,166 | 9/16/2025 |
| 5.121.0-preview | 11,187 | 9/10/2025 |
| 5.120.0-preview | 18,500 | 8/20/2025 |
| 5.119.0-preview | 16,238 | 8/12/2025 |