Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.Authentication.Certificate (source) 8.0.19 -> 10.0.1 age confidence
Microsoft.Extensions.Configuration (source) 8.0.0 -> 10.0.1 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 8.0.0 -> 10.0.1 age confidence
Microsoft.Extensions.Configuration.Binder (source) 8.0.2 -> 10.0.1 age confidence
Microsoft.Extensions.Configuration.EnvironmentVariables (source) 8.0.0 -> 10.0.1 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.3 -> 10.0.1 age confidence
Microsoft.NET.Test.Sdk 17.13.0 -> 18.0.1 age confidence
NUnit (source) 3.14.0 -> 4.4.0 age confidence
NUnit3TestAdapter (source) 4.6.0 -> 6.0.0 age confidence
Serilog.AspNetCore 8.0.3 -> 10.0.0 age confidence
Serilog.Extensions.Hosting 8.0.0 -> 10.0.0 age confidence
System.Diagnostics.DiagnosticSource (source) 8.0.1 -> 10.0.1 age confidence
System.Net.Http.WinHttpHandler (source) 8.0.3 -> 10.0.1 age confidence

Release Notes

dotnet/dotnet (Microsoft.AspNetCore.Authentication.Certificate)

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

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

v18.0.0

What's Changed

Internal fixes and updates

New Contributors

Full Changelog: microsoft/vstest@v17.14.1...v18.0.0

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

nunit/nunit (NUnit)

v4.4.0: NUnit 4.4.0

Compare Source

See release notes for details.

v4.3.2: NUnit 4.3.2

Compare Source

This is a hotfix release.
See release notes for details.

v4.3.1: NUnit 4.3.1

Compare Source

This is a hotfix release.
See release notes for details.

v4.3.0: NUnit 4.3.0

Compare Source

See release notes

v4.2.2: NUnit 4.2.2

Compare Source

Hotfix for fixing regression bug #​4802

What's Changed

Full Changelog: nunit/nunit@4.2.1...4.2.2

v4.2.1: NUnit 4.2.1

Compare Source

Hotfix release for Issue #​4794 and #​4795, affecting .Net Framework.

v4.2.0: NUnit 4.2.0

Compare Source

See release notes

v4.1.0: NUnit 4.1.0

See release notes

v4.0.1: NUnit 4.0.1

Patch release to fix windows targets

See release notes
and
See migration guide

v4.0.0

All changes, see release notes

nunit/nunit3-vs-adapter (NUnit3TestAdapter)

v5.1.0: V 5.1.0

See release notes

serilog/serilog-aspnetcore (Serilog.AspNetCore)

v10.0.0

What's Changed
New Contributors

Full Changelog: serilog/serilog-aspnetcore@v9.0.0...v10.0.0

v9.0.0

What's Changed
  • #​388 - update to .NET 9 SDK, Serilog.Extensions.Hosting/Serilog.Settings.Configuration 9.0.0, Serilog 4.2.0 (@​nblumhardt)
serilog/serilog-extensions-hosting (Serilog.Extensions.Hosting)

v10.0.0

What's Changed
New Contributors

Full Changelog: serilog/serilog-extensions-hosting@v9.0.0...v10.0.0

v9.0.0

What's Changed

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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-nuget branch from d6373d3 to ec24209 Compare April 8, 2025 23:30
@renovate renovate bot force-pushed the renovate/major-nuget branch from ec24209 to ae10ede Compare May 13, 2025 21:49
@renovate renovate bot force-pushed the renovate/major-nuget branch from ae10ede to 3c4cff6 Compare June 10, 2025 20:32
@renovate renovate bot force-pushed the renovate/major-nuget branch from 3c4cff6 to f064121 Compare July 8, 2025 21:00
@renovate renovate bot force-pushed the renovate/major-nuget branch from f064121 to 3d4d70a Compare July 22, 2025 20:08
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 7816bda to 39b2ab6 Compare August 10, 2025 17:06
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from 0e90e63 to 44abb80 Compare August 24, 2025 10:03
@renovate renovate bot force-pushed the renovate/major-nuget branch from 44abb80 to 9d95a75 Compare September 9, 2025 14:30
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from 93955ce to c20d990 Compare October 6, 2025 18:40
@renovate renovate bot force-pushed the renovate/major-nuget branch from c20d990 to b89bcbe Compare October 14, 2025 20:10
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 0555889 to 59912f8 Compare November 11, 2025 17:48
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from a0c7141 to 470af1d Compare November 21, 2025 20:50
@renovate renovate bot force-pushed the renovate/major-nuget branch from 470af1d to 0b8acd6 Compare November 28, 2025 11:02
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from bd1b19a to ba69c9d Compare December 9, 2025 09:50
@renovate renovate bot force-pushed the renovate/major-nuget branch from ba69c9d to b804b4b Compare December 9, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant