Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoftgraph/msgraph-sdk-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.105.0
Choose a base ref
Loading
...
head repository: microsoftgraph/msgraph-sdk-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0
Choose a head ref
Loading
  • 7 commits
  • 168 files changed
  • 7 contributors

Commits on May 1, 2026

  1. feat!: update target frameworks to net8.0 and net10.0, drop net5.0 (#…

    …3096)
    
    * feat!: update target frameworks to net8.0 and net10.0, drop net5.0
    
    BREAKING CHANGE: Dropped net5.0 target framework. The SDK now targets
    netstandard2.0, netstandard2.1, net8.0, and net10.0. Consumers targeting
    net5.0 must upgrade to net8.0 or later.
    
    - Update Microsoft.Graph TFMs from netstandard2.0;netstandard2.1;net5.0
      to netstandard2.0;netstandard2.1;net8.0;net10.0
    - Update test project from net8.0 to net8.0;net10.0
    - Replace net5.0 per-TFM property groups with net8.0 and net10.0
    
    Fixes #3095
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * refactor: consolidate per-TFM property groups into global NoWarn
    
    Remove redundant per-TFM DocumentationFile/NoWarn property groups that
    could cause parallel build file write races. GenerateDocumentationFile
    is already enabled globally, and NoWarn values are now consolidated into
    the main PropertyGroup.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Co-authored-by: Michael Mainer <8527305+MIchaelMainer@users.noreply.github.com>
    3 people authored May 1, 2026
    Configuration menu
    Copy the full SHA
    a383774 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. feat(generation): update request builders and models

    Update generated files with build 217716
    Microsoft Graph DevX Tooling Microsoft Graph DevX Tooling
    Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed May 5, 2026
    Configuration menu
    Copy the full SHA
    295bde7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3106 from microsoftgraph/kiota/v1.0/pipelinebuild…

    …/217716
    
    Generated  models and request builders
    jingjingjia-ms authored May 5, 2026
    Configuration menu
    Copy the full SHA
    8471f47 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Configuration menu
    Copy the full SHA
    f05de16 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.203 (#…

    …3101)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.SourceLink.GitHub
      dependency-version: 10.0.203
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2026
    Configuration menu
    Copy the full SHA
    dc67fb3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. chore(deps): update xunit, sourcelink, and test.sdk (#3114)

    * Bump xunit and xunit.runner.visualstudio
    
    Bumps xunit from 2.9.2 to 2.9.3
    Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-version: 2.9.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: xunit
    - dependency-name: xunit
      dependency-version: 2.9.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: xunit
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.5
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: xunit
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.5
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: xunit
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.203
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.SourceLink.GitHub
      dependency-version: 10.0.203
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.5.1
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.5.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: mstest
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-version: 18.5.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: mstest
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    MIchaelMainer and dependabot[bot] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    f75d24e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.0.0 (#3104)

    Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    38bad7c View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.