Version 5.0.0 is a focused release that updates the supported target framework. There are no API-level breaking changes; the only required action is to update your project’s target framework to .NET 10.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ServiceComposer/ServiceComposer.AspNetCore/llms.txt
Use this file to discover all available pages before exploring further.
Update your project target framework to .NET 10
In your
.csproj file, change the TargetFramework (or TargetFrameworks) element to net10.0:If your solution contains multiple projects, ensure all projects that reference
ServiceComposer.AspNetCore (directly or transitively) also target net10.0, or use a multi-targeting configuration that includes net10.0.Update the ServiceComposer.AspNetCore NuGet package
Update your package reference to v5.0.0 or later:Run a package restore and verify there are no remaining compatibility warnings.