Skip to content

Update .NET Packages#5421

Open
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
renovate/dotnet-packages
Open

Update .NET Packages#5421
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
renovate/dotnet-packages

Conversation

@dependencyupdates
Copy link
Copy Markdown
Contributor

@dependencyupdates dependencyupdates bot commented Apr 14, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.AspNetCore.SignalR.Client (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.DependencyInjection (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.DependencyModel (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.Hosting (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.Hosting.Abstractions (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.Hosting.WindowsServices (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.Logging.Console (source) 10.0.510.0.6 age adoption passing confidence
Microsoft.Extensions.TimeProvider.Testing (source) 10.4.010.5.0 age adoption passing confidence
System.Configuration.ConfigurationManager (source) 10.0.510.0.6 age adoption passing confidence
System.Diagnostics.PerformanceCounter (source) 10.0.510.0.6 age adoption passing confidence
System.DirectoryServices.AccountManagement (source) 10.0.510.0.6 age adoption passing confidence
System.IO.Hashing (source) 10.0.510.0.6 age adoption passing confidence
System.Management (source) 10.0.510.0.6 age adoption passing confidence
System.Reflection.MetadataLoadContext (source) 10.0.510.0.6 age adoption passing confidence
System.ServiceProcess.ServiceController (source) 10.0.510.0.6 age adoption passing confidence

Release Notes

dotnet/extensions (Microsoft.Extensions.TimeProvider.Testing)

v10.5.0

HTTP Logging Middleware APIs in Microsoft.AspNetCore.Diagnostics.Middleware are now stable. This release also transfers Microsoft.Extensions.VectorData.Abstractions and Microsoft.Extensions.VectorData.ConformanceTests from the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.

Breaking Changes

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable
  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI
Vector Data
  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji
AI Evaluation
ASP.NET Core Extensions
Service Discovery

Documentation Updates

Test Improvements

Repository Infrastructure Updates

  • Bump minimatch and azure-pipelines-task-lib in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7361
  • Remove stale user-level .npmrc instead of npmAuthenticate #​7366 by @​ilonatommy
  • [main] Update dependencies from dotnet/arcade #​7374
  • Use env vars in build.ps1 to bypass stale agent npm config #​7376 by @​ilonatommy
  • Add a Release-Notes skill #​7390 by @​jeffhandley
  • Enable CFSClean* policies for extensions-ci-official pipeline #​7403 by @​mmitche
  • Fix CG alerts for Microsoft.Bcl.Memory #​7418 by @​wtgodbe
  • Bump flatted from 3.3.3 to 3.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7421
  • [main] Update dependencies from dotnet/arcade #​7422
  • Bump picomatch from 2.3.1 to 2.3.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7427
  • Bump picomatch in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7429
  • Stop using Mariner 2 images #​7431 by @​wtgodbe
  • [main] Update dependencies from dotnet/arcade #​7435
  • Bump brace-expansion from 1.1.12 to 1.1.13 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7440
  • Bump lodash from 4.17.23 to 4.18.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7455
  • Bump vite from 6.4.1 to 6.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7456
  • Correctly publish MEVD.ConformanceTests as nuget packages #​7459 by @​roji
  • Update ApiChief baselines for MEAI and MEVD #​7461 by @​jeffhandley
  • Upgrade to OpenAI 2.10.0 #​7450 by @​stephentoub
  • Use shared DiagnosticIds constants for MEVD experimental APIs #​7462 by @​jeffhandley

Acknowledgements

Full Changelog: dotnet/extensions@v10.4.1...v10.5.0


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Renovate Bot.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates bot added dependencies Pull requests that update a dependency file NuGet labels Apr 14, 2026
@dependencyupdates dependencyupdates bot force-pushed the renovate/dotnet-packages branch from 5cb1ac5 to b5988c4 Compare April 15, 2026 04:16
@dependencyupdates dependencyupdates bot changed the title Update .NET Packages to 10.0.6 Update .NET Packages Apr 15, 2026
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 NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants