Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
Microsoft.Bcl.AsyncInterfaces (source) 7.0.0 -> 10.0.0 age confidence nuget major
System.Text.Encodings.Web (source) 7.0.0 -> 10.0.0 age confidence nuget major
dotnet-sdk 7.0.401 -> 10.0.100 age confidence dotnet-sdk major

Release Notes

dotnet/dotnet (Microsoft.Bcl.AsyncInterfaces)

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.100

Compare Source

v9.0.307

Compare Source

v9.0.306: .NET 9.0.10

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.305...v9.0.306

v9.0.305: .NET 9.0.9

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.304...v9.0.305

v9.0.304

Compare Source

v9.0.303

Compare Source

v9.0.302

Compare Source

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 renovate bot added the dependencies Pull requests that update a dependency file. label Nov 14, 2023
@github-actions github-actions bot added the enhancement Issues describing an enhancement or pull requests adding an enhancement. label Nov 14, 2023
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 90ea7eb to 76075f4 Compare December 17, 2023 04:41
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 2d59c5f to 8b85ae0 Compare January 10, 2024 03:19
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from e01c0c8 to a0617d2 Compare February 16, 2024 10:07
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from b8c4836 to 1191815 Compare March 15, 2024 14:04
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 1191815 to 74ce607 Compare April 10, 2024 16:17
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 74ce607 to 2563427 Compare May 14, 2024 18:49
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 2563427 to 87f47f6 Compare May 29, 2024 21:26
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 87f47f6 to e8996e5 Compare June 11, 2024 21:41
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from e5ee8f3 to 498731f Compare July 10, 2024 03:34
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 76027c5 to f1e272b Compare August 16, 2024 06:59
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from f1e272b to 9cdc334 Compare September 25, 2024 11:10
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 9cdc334 to 514df6c Compare October 9, 2024 13:50
@renovate renovate bot changed the title Update dotnet monorepo to v8 (major) Update dotnet monorepo (major) Nov 12, 2024
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from a302a77 to ec7f0d6 Compare November 13, 2024 17:40
@renovate renovate bot changed the title Update dotnet monorepo (major) Update dotnet monorepo to v9 (major) Nov 13, 2024
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from ec7f0d6 to bd2df57 Compare December 3, 2024 20:28
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 01f3c79 to 960c651 Compare December 26, 2024 05:47
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 960c651 to 20d50f3 Compare January 15, 2025 00:03
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 20d50f3 to 96dc4a0 Compare January 15, 2025 01:11
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 3c5bbb1 to abdcedf Compare February 12, 2025 07:37
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from b45f64f to e171a90 Compare March 12, 2025 14:19
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from e171a90 to 6863273 Compare March 19, 2025 14:52
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 9a3f5f2 to 87f1723 Compare April 9, 2025 19:34
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 6c89791 to 1478845 Compare May 14, 2025 13:06
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 02bb569 to 54f0e74 Compare June 11, 2025 03:43
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from c6ae5eb to 0d3b496 Compare July 9, 2025 14:28
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 0d3b496 to e585d49 Compare July 18, 2025 07:10
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 9f09254 to 5b2107f Compare August 6, 2025 01:59
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 8c1d903 to 5670ef1 Compare September 9, 2025 21:55
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 721be0d to b860b02 Compare October 14, 2025 22:57
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from e412aed to 769e5f1 Compare November 11, 2025 17:59
@renovate renovate bot changed the title Update dotnet monorepo to v9 (major) Update dotnet monorepo (major) Nov 11, 2025
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 769e5f1 to 532dbe8 Compare November 12, 2025 12:51
@renovate renovate bot changed the title Update dotnet monorepo (major) Update dotnet monorepo to v10 (major) Nov 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. enhancement Issues describing an enhancement or pull requests adding an enhancement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant