Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 12, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
Microsoft.Extensions.Configuration (source) 6.0.2 -> 10.0.1 age confidence nuget major
Microsoft.Extensions.Configuration.Binder (source) 6.0.1 -> 10.0.1 age confidence nuget major
Microsoft.Extensions.Configuration.Json (source) 6.0.1 -> 10.0.1 age confidence nuget major
Microsoft.Extensions.Hosting (source) 6.0.1 -> 10.0.1 age confidence nuget major
Microsoft.Extensions.Hosting.Abstractions (source) 6.0.1 -> 10.0.1 age confidence nuget major
Microsoft.Extensions.Http (source) 6.0.1 -> 10.0.1 age confidence nuget major
System.Management (source) 7.0.2 -> 10.0.1 age confidence nuget major
dotnet-sdk 8.0.416 -> 10.0.101 age confidence dotnet-sdk major

Release Notes

dotnet/dotnet (Microsoft.Extensions.Configuration)

v10.0.1

v9.0.7: .NET 9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.6: .NET 9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.5: .NET 9.0.5

You can build .NET 9.0 from the repository by cloning the release tag v9.0.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.4: .NET 9.0.4

You can build .NET 9.0 from the repository by cloning the release tag v9.0.4 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.3: .NET 9.0.3

You can build .NET 9.0 from the repository by cloning the release tag v9.0.3 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.2: .NET 9.0.2

You can build .NET 9.0 from the repository by cloning the release tag v9.0.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.1: .NET 9.0.1

You can build .NET 9.0 from the repository by cloning the release tag v9.0.1 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.0: .NET 9.0.0

You can build .NET 9.0 from the repository by cloning the release tag v9.0.0 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.0: .NET 8.0

You can build .NET 8.0 from the repository by cloning the release tag v8.0.0 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dotnet.microsoft.com/download/dotnet/release-key-2023.asc

dotnet/sdk (dotnet-sdk)

v10.0.101: .NET 10.0.1

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v10.0.100...v10.0.101

v10.0.100: .NET 10.0.0

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v10.0.100-rc.2.25502.107...v10.0.100

v9.0.308

Compare Source

v9.0.307: .NET 9.0.11

Compare Source

Release

What's Changed


Configuration

📅 Schedule: Branch creation - "before 8am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner November 12, 2025 03:41
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 12, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @renovate-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a significant upgrade of several key .NET dependencies and the underlying .NET SDK. The primary goal is to bring the project up to date with the latest major versions of these components, ensuring compatibility with newer features, performance enhancements, and security updates provided by the updated frameworks and libraries.

Highlights

  • Major Dependency Updates: Several core .NET packages including Microsoft.Extensions.Configuration.*, Microsoft.Extensions.Hosting.*, and Microsoft.Extensions.Http have been updated to their major version 10.0.0.
  • System.Management Update: The System.Management package has been upgraded to major version 10.0.0 across relevant target frameworks.
  • .NET SDK Upgrade: The .NET SDK specified in global.json has been updated from version 8.0.415 to 9.0.306.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several .NET dependencies to major new versions. However, most of the updated package versions are set to 10.0.0, which appears to be an invalid or non-existent version. This will likely cause the build to fail. I've recommended changing these versions to 8.0.0, which is the latest stable version and aligns with the .NET 8 target frameworks used in the solution. Additionally, the .NET SDK is being updated to a .NET 9 preview version. This is a significant change that should be carefully considered, especially in conjunction with the dependency versions.

Comment on lines 31 to 33
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

These packages are being updated to version 10.0.0, which appears to be an unstable or non-existent pre-release version. This project targets .NET 8, so it's recommended to update these dependencies to the latest stable version compatible with .NET 8, which is 8.0.0. This will ensure stability and prevent potential build failures.

    <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />


<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="System.Management" Version="10.0.0" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The System.Management package is being updated to version 10.0.0, which is likely an unstable or non-existent pre-release. It's recommended to use the latest stable version, 8.0.0, to ensure stability and avoid potential build issues.

    <PackageReference Include="System.Management" Version="8.0.0" />


<ItemGroup Condition="'$(TargetFramework)'=='net6.0'">
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="System.Management" Version="10.0.0" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Similar to the netstandard2.0 target, the System.Management package for net6.0 is being updated to version 10.0.0. This is likely an unstable or non-existent pre-release. It's recommended to use the latest stable version, 8.0.0, to ensure stability.

    <PackageReference Include="System.Management" Version="8.0.0" />

Comment on lines 21 to 23
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.0" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

These packages are being updated to version 10.0.0, which appears to be an unstable or non-existent pre-release version. Since this project targets .NET 8, it's recommended to update these dependencies to the latest stable version compatible with .NET 8, which is 8.0.0. This will ensure stability and prevent potential build failures.

    <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
    <PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />

@jskeet
Copy link
Collaborator

jskeet commented Nov 12, 2025

@amanda-tarafa: I'm assuming we don't want to do this? Will leave you to close it in case you think we should take these changes (or some subset of them).

@renovate-bot renovate-bot force-pushed the renovate/major-dotnet-monorepo branch from 32f115f to 836af3c Compare November 12, 2025 18:42
@renovate-bot renovate-bot changed the title chore(deps): update dotnet monorepo (major) chore(deps): update dotnet monorepo to v10 (major) Nov 12, 2025
@amanda-tarafa amanda-tarafa self-assigned this Nov 13, 2025
@amanda-tarafa amanda-tarafa added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 13, 2025
@amanda-tarafa
Copy link
Contributor

Keeping around until we've chatted.

@renovate-bot renovate-bot force-pushed the renovate/major-dotnet-monorepo branch from 836af3c to 0a63932 Compare November 17, 2025 18:53
@renovate-bot renovate-bot force-pushed the renovate/major-dotnet-monorepo branch from 0a63932 to 6cb9dfa Compare December 10, 2025 00:11
@renovate-bot renovate-bot force-pushed the renovate/major-dotnet-monorepo branch from 6cb9dfa to 049601f Compare December 10, 2025 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing. kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants