Microsoft.Graph by Microsoft

<PackageReference Include="Microsoft.Graph" Version="3.33.0" />

.NET API 8,584,592 bytes

 Microsoft.Graph 3.33.0

Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Graph</id>
    <version>3.33.0</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://developer.microsoft.com/graph</projectUrl>
    <description>Microsoft Graph Client Library allows you to call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</description>
    <releaseNotes>- Updates models and request builders.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft Office365 Graph GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
    <repository type="git" url="https://github.com/microsoftgraph/msgraph-sdk-dotnet" commit="0b5bf0e0cbc9ca556c8b28e446428a92d7aa8d5e" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Microsoft.Graph.Core" version="1.25.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Graph.Core" version="1.25.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>