From 944f256b4a12ee89863be3ab24bce8073c87b82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20St=C4=99pie=C5=84?= <62397363+mariusz96@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:53:10 +0100 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 7a6238a..db79631 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ dotnet add package PipelineNet - [Cancellation tokens](#cancellation-tokens) - [Middleware resolver](#middleware-resolver) - [ServiceProvider implementation](#serviceprovider-implementation) - - [Unity implementation](#unity-implementation) - [Migrate from PipelineNet 0.10 to 0.11](#migrate-from-pipelinenet-010-to-011) - [Changes to the `Finally` method](#changes-to-the-finally-method) - [Changes to `MiddlewareResolverResult.IsDisposable`](#changes-to-middlewareresolverresultisdisposable) @@ -346,14 +345,6 @@ Note that `IServiceProvider` lifetime can vary based on the lifetime of the cont For more information on dependency injection, see: [Dependency injection - .NET](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection). -### Unity implementation - -An implementation of the [middleware resolver for Unity](https://github.com/ShaneYu/PipelineNet.Unity) was kindly provided by [@ShaneYu](https://github.com/ShaneYu). It is tested against Unity.Container `5.X.X`, you can grab it from nuget with: - -``` -Install-Package PipelineNet.Unity -``` - ## Migrate from PipelineNet 0.10 to 0.11 ### Changes to the `Finally` method