Microsoft.Graph.Beta by Microsoft

<PackageReference Include="Microsoft.Graph.Beta" Version="0.41.0-preview" />

.NET API 20,173,712 bytes

 Microsoft.Graph.Beta 0.41.0-preview

Microsoft Graph beta client library allows you to target the Microsoft Graph /beta endpoint. You can 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.Beta</id>
    <version>0.41.0-preview</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 beta client library allows you to target the Microsoft Graph /beta endpoint. You can call Office 365, Azure AD and other Microsoft services through a single unified developer experience.</description>
    <releaseNotes>- Uses snupkg as symbol file.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft Office365 Graph GraphServiceClient Beta Outlook OneDrive AzureAD GraphAPI Productivity SharePoint Intune SDK</tags>
    <repository type="git" url="https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet" commit="e839034c078d288e974f12ddeaf17c2e966a9e5b" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="Microsoft.Graph.Core" version="1.24.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Graph.Core" version="1.24.0" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="9.0.1" exclude="Build,Analyzers" />
        <dependency id="System.Net.Http" version="4.3.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>