Microsoft.Graph.Beta 5.104.0-preview

Prefix Reserved
This is a prerelease version of Microsoft.Graph.Beta.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Graph.Beta --version 5.104.0-preview
                    
NuGet\Install-Package Microsoft.Graph.Beta -Version 5.104.0-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Graph.Beta" Version="5.104.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Graph.Beta" Version="5.104.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Graph.Beta" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Graph.Beta --version 5.104.0-preview
                    
#r "nuget: Microsoft.Graph.Beta, 5.104.0-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Graph.Beta@5.104.0-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Graph.Beta&version=5.104.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Graph.Beta&version=5.104.0-preview&prerelease
                    
Install as a Cake Tool

Build Status nuget

Microsoft Graph Beta .NET Client Library

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

Installation via NuGet

To install the client library via NuGet:

  • Search for Microsoft.Graph.Beta in the NuGet Library, or
  • Type Install-Package Microsoft.Graph.Beta -PreRelease into the Package Manager Console.

Using the beta client along with the v1.0 library

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.

Getting started

Please see msgraph-sdk-dotnet for information on getting started with this library.

Notes

Upgrading to v4

Between 0.x and 4.x there were some major breaking changes:

  • .NET Standard minimum version bumped from netStandard1.3 to netstandard2.0
  • .NET Framework minimum version bumped from net45 to net462
  • Replacing Newtonsoft.Json with System.Text.Json
  • Upgrading Microsoft.Graph.Core dependency to version 2.0.0

View the upgrade guide here..

Upgrading to v5

View the upgrade guide here..

Issues

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 opencode@microsoft.com with any additional questions or comments.

Other resources

Building library locally

If you are looking to build the library locally for the purposes of contributing code or running tests, you will need to:

  • Have the .NET Core SDK (> 1.0) installed
  • Run dotnet restore from the command line in your package directory
  • Run nuget restore and msbuild from CLI or run Build from Visual Studio to restore Nuget packages and build the project

Due to long file names you may need to run git config --system core.longpaths true before cloning the repo to your system.

License

Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT license. See Third Party Notices for information on the packages referenced via NuGet.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

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.

GitHub repositories (10)

Showing the top 10 popular GitHub repositories that depend on Microsoft.Graph.Beta:

Repository Stars
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
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
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
nicolonsky/ModernWorkplaceConcierge
Concierge which simplifies and automates tasks in the Microsoft 365 cloud
microsoft/Partner-Center-PowerShell
PowerShell module for managing Partner Center resources.
microsoft/zerotrustassessment
Repository for the Zero Trust Assessment project
microsoft/botframework-components
The repository for components built by Microsoft for the Azure Bot Framework.
Version Downloads Last Updated
5.120.0-preview 18 8/20/2025
5.119.0-preview 521 8/12/2025
5.118.0-preview 1,062 8/5/2025
5.117.0-preview 1,314 7/30/2025
5.116.0-preview 1,388 7/22/2025
5.115.0-preview 8,108 7/8/2025
5.114.0-preview 2,871 7/2/2025
5.113.0-preview 5,294 6/25/2025
5.112.0-preview 3,367 6/18/2025
5.111.0-preview 4,041 6/10/2025
5.110.0-preview 3,661 6/3/2025
5.109.0-preview 8,722 5/20/2025
5.108.0-preview 3,663 5/13/2025
5.107.0-preview 4,730 5/7/2025
5.106.0-preview 5,469 4/29/2025
5.105.0-preview 11,390 4/15/2025
5.104.0-preview 7,063 4/9/2025
5.103.0-preview 8,154 4/1/2025
5.102.0-preview 7,344 3/25/2025
5.101.0-preview 3,644 3/18/2025
5.100.0-preview 5,560 3/11/2025
5.99.0-preview 8,344 3/5/2025
5.98.1-preview 4,057 2/28/2025
5.98.0-preview 364 2/28/2025
5.94.0-preview 84,886 1/22/2025
5.93.0-preview 21,478 1/9/2025
5.92.0-preview 22,274 1/2/2025
5.88.0-preview 62,577 11/29/2024
5.86.0-preview 45,386 11/7/2024
5.85.0-preview 35,581 10/17/2024
5.83.0-preview 89,493 10/2/2024
5.82.1-preview 5,636 9/30/2024
5.82.0-preview 5,930 9/26/2024
5.81.0-preview 8,655 9/20/2024
5.80.0-preview 15,319 9/12/2024
5.79.0-preview 9,720 9/5/2024
5.78.1-preview 11,347 8/28/2024
5.78.0-preview 156,432 6/7/2024
5.77.0-preview 45,792 5/31/2024
5.76.0-preview 10,494 5/23/2024
5.75.0-preview 19,698 5/16/2024
5.74.0-preview 30,592 5/8/2024
5.73.0-preview 14,812 5/3/2024
5.72.0-preview 10,290 4/25/2024
5.71.0-preview 8,757 4/17/2024
5.70.0-preview 36,050 4/5/2024
5.69.0-preview 12,968 3/27/2024
5.68.0-preview 19,685 3/22/2024
5.67.0-preview 72,719 2/29/2024
5.66.0-preview 28,187 2/21/2024
5.65.0-preview 27,260 2/14/2024
5.64.0-preview 68,447 2/1/2024
5.63.0-preview 39,114 1/24/2024
5.62.0-preview 81,516 1/17/2024
5.61.0-preview 8,037 1/11/2024
5.60.0-preview 48,620 1/4/2024
5.59.0-preview 40,555 12/14/2023
5.58.0-preview 86,066 11/29/2023
5.57.0-preview 64,128 11/22/2023
5.56.0-preview 178,195 11/16/2023
5.55.0-preview 13,333 11/8/2023
5.54.0-preview 2,764 11/6/2023
5.53.0-preview 16,371 10/26/2023
5.52.0-preview 21,640 10/19/2023
5.51.0-preview 6,510 10/12/2023
5.50.0-preview 13,893 10/6/2023
5.49.0-preview 7,518 9/21/2023
5.48.0-preview 15,447 9/14/2023
5.47.0-preview 9,267 9/6/2023
5.46.0-preview 5,243 8/31/2023
5.45.0-preview 14,001 8/24/2023
5.44.0-preview 4,663 8/18/2023
5.43.0-preview 6,135 8/10/2023
5.42.0-preview 50,971 8/2/2023
5.41.0-preview 5,627 7/27/2023
5.40.0-preview 8,466 7/19/2023
5.39.0-preview 20,791 7/12/2023
5.38.0-preview 10,002 7/5/2023
5.37.0-preview 10,783 6/29/2023
5.36.0-preview 27,397 6/21/2023
5.35.0-preview 1,923 6/15/2023
5.34.0-preview 36,192 6/9/2023
5.33.0-preview 12,251 5/31/2023
5.32.0-preview 2,962 5/25/2023
5.31.0-preview 22,225 5/17/2023
5.30.0-preview 15,451 5/11/2023
5.29.0-preview 19,274 5/4/2023
5.28.0-preview 1,753 4/28/2023
5.27.0-preview 5,332 4/19/2023
5.26.0-preview 19,486 4/13/2023
5.25.0-preview 4,987 4/6/2023
5.24.0-preview 19,574 3/29/2023
5.23.0-preview 2,712 3/22/2023
5.22.0-preview 13,394 3/15/2023
5.21.0-preview 12,843 3/8/2023
5.20.0-preview 17,803 2/28/2023
5.19.0-preview 8,358 2/9/2023
5.18.0-preview 3,640 1/27/2023
5.17.0-preview 2,531 1/18/2023
5.16.0-preview 1,240 1/11/2023
5.15.0-preview 11,077 12/16/2022
5.14.0-preview 41,061 11/23/2022
5.13.0-preview 106,832 10/19/2022
5.12.0-preview 7,638 9/28/2022
5.11.0-preview 1,282 9/14/2022
5.10.0-preview 16,021 7/20/2022
5.9.0-preview 763 7/13/2022
5.8.0-preview 1,723 6/30/2022
5.7.0-preview 3,733 6/21/2022
5.6.0-preview 2,729 6/9/2022
5.5.0-preview 1,518 6/2/2022
5.4.0-preview 3,086 5/20/2022
5.3.0-preview 19,238 5/6/2022
5.2.0-preview 1,242 4/20/2022
5.1.0-preview 4,054 4/5/2022
5.0.0-preview 1,226 3/24/2022
4.74.0-preview 57,642 9/14/2023
4.73.1-preview 15,395 5/16/2023
4.73.0-preview 890 5/11/2023
4.72.0-preview 45,695 2/16/2023
4.71.0-preview 9,666 2/8/2023
4.70.0-preview 26,179 1/25/2023
4.69.0-preview 1,500 1/17/2023
4.68.0-preview 25,632 12/14/2022
4.67.0-preview 6,935 12/6/2022
4.66.0-preview 5,786 11/22/2022
4.65.0-preview 5,747 11/9/2022
4.64.0-preview 4,207 11/2/2022
4.63.0-preview 8,580 10/19/2022
4.62.0-preview 1,096 10/12/2022
4.61.0-preview 1,125 10/5/2022
4.60.0-preview 2,917 9/28/2022
4.59.0-preview 9,981 9/22/2022
4.58.0-preview 5,408 9/14/2022
4.57.0-preview 234,496 9/6/2022
4.56.0-preview 4,621 8/31/2022
4.55.0-preview 6,670 8/25/2022
4.54.0-preview 6,894 8/12/2022
4.53.0-preview 6,179 8/5/2022
4.52.0-preview 24,062 7/29/2022
4.51.0-preview 3,558 7/20/2022
4.50.0-preview 141,504 7/13/2022
4.49.0-preview 52,440 7/6/2022
4.48.0-preview 2,482 6/29/2022
4.47.0-preview 4,953 6/21/2022
4.46.0-preview 1,040 6/16/2022
4.45.0-preview 53,258 6/8/2022
4.44.0-preview 75,691 5/31/2022
4.43.0-preview 1,317 5/25/2022
4.42.0-preview 3,565 5/18/2022
4.41.0-preview 5,967 5/11/2022
4.40.0-preview 6,151 5/4/2022
4.39.0-preview 10,697 4/28/2022
4.38.0-preview 16,345 4/13/2022
4.37.0-preview 32,918 4/5/2022
4.36.0-preview 36,354 3/29/2022
4.35.0-preview 20,388 3/22/2022
4.34.0-preview 22,497 3/16/2022
4.33.0-preview 363,189 3/9/2022
4.32.0-preview 5,851 3/3/2022
4.31.0-preview 11,450 2/24/2022
4.30.0-preview 8,723 2/18/2022
4.29.0-preview 33,310 2/10/2022
4.28.0-preview 20,731 2/3/2022
4.27.0-preview 27,806 1/27/2022
4.26.0-preview 26,807 1/19/2022
4.25.0-preview 13,528 1/13/2022
4.24.0-preview 31,482 12/22/2021
4.23.0-preview 13,218 12/16/2021
4.22.0-preview 309,378 11/25/2021
4.21.0-preview 33,779 11/18/2021
4.20.0-preview 11,310 11/11/2021
4.19.0-preview 27,758 11/3/2021
4.18.0-preview 17,592 10/28/2021
4.17.0-preview 13,102 10/14/2021
4.16.0-preview 12,353 10/8/2021
4.15.0-preview 7,279 10/1/2021
4.14.0-preview 14,285 9/23/2021
4.13.0-preview 54,046 9/17/2021
4.12.0-preview 12,302 9/9/2021
4.11.0-preview 43,465 9/2/2021
4.10.0-preview 5,703 8/26/2021
4.9.0-preview 4,186 8/19/2021
4.8.0-preview 106,447 8/12/2021
4.7.0-preview 5,903 8/5/2021
4.6.0-preview 29,941 7/23/2021
4.5.0-preview 41,254 6/18/2021
4.4.0-preview 35,004 6/7/2021
4.3.0-preview 14,795 5/21/2021
4.2.0-preview 36,312 5/7/2021
4.1.0-preview 41,250 4/22/2021
4.0.1-preview 17,397 4/1/2021
4.0.0-preview 19,348 3/17/2021
0.49.0-preview 95,338 6/15/2021
0.48.0-preview 1,753 6/10/2021
0.47.0-preview 124,686 5/20/2021
0.46.0-preview 21,035 5/12/2021
0.45.0-preview 6,759 5/6/2021
0.44.0-preview 7,201 4/20/2021
0.43.0-preview 3,815 4/15/2021
0.42.0-preview 6,060 4/2/2021
0.41.0-preview 21,763 3/24/2021
0.40.3-preview 785 3/23/2021
0.40.2-preview 423 3/22/2021
0.40.1-preview 483 3/20/2021
0.40.0-preview 698 3/19/2021
0.39.0-preview 126,664 3/3/2021
0.38.0-preview 38,816 2/18/2021
0.37.0-preview 80,463 2/10/2021
0.36.0-preview 69,932 1/20/2021
0.35.0-preview 139,724 12/11/2020
0.34.0-preview 29,809 12/9/2020
0.33.0-preview 30,920 11/19/2020
0.32.0-preview 123,499 10/27/2020
0.31.0-preview 32,987 10/22/2020
0.30.0-preview 5,812 10/16/2020
0.29.0-preview 73,949 10/7/2020
0.28.0-preview 20,133 9/24/2020
0.27.0-preview 8,913 9/15/2020
0.26.0-preview 2,619 9/11/2020
0.25.0-preview 19,870 8/26/2020
0.24.0-preview 6,781 8/25/2020
0.23.0-preview 3,672 8/18/2020
0.22.0-preview 24,145 8/12/2020
0.21.0-preview 15,542 8/7/2020
0.20.0-preview 22,970 7/29/2020
0.19.0-preview 72,660 6/19/2020
0.18.0-preview 158,451 5/12/2020
0.17.0-preview 54,550 4/21/2020
0.16.0-preview 1,699 4/17/2020
0.15.0-preview 23,520 4/8/2020
0.14.0-preview 387,309 3/20/2020
0.13.0-preview 1,964 3/17/2020
0.12.0-preview 280,093 1/10/2020
0.11.0-preview 10,792 12/20/2019
0.10.0-preview 71,901 12/6/2019
0.9.0-preview 4,816 12/2/2019
0.8.0-preview 98,372 9/19/2019
0.7.0-preview 54,939 7/3/2019
0.6.0-preview 19,146 6/18/2019
0.5.0-preview 24,320 6/5/2019
0.4.0-preview 7,098 5/17/2019
0.3.0-preview 13,355 5/1/2019
0.2.0-preview 784 4/18/2019
0.1.0-preview 23,177 3/18/2019