Skip to content

Commit

Permalink
Updated README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Csajtai committed May 15, 2017
1 parent 1061814 commit 5933bb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Stashbox is a lightweight, portable dependency injection framework for .NET base

## Supported platforms

- .NET 4.5 and above
- .NET 4.0 and above
- Windows 8/8.1/10
- Windows Phone Silverlight 8/8.1
- Windows Phone 8.1
Expand All @@ -66,7 +66,11 @@ var wulfgar = container.Resolve<IBarbarian>();
## Extensions
- [Decorator extension](https://github.com/z4kn4fein/stashbox-decoratorextension) (obsolate, the decorator pattern support is a built-in feature from version 2.3.0)
- [Stashbox.Web.WebApi](https://github.com/z4kn4fein/stashbox-web-webapi)
- [Stashbox.AspNet.WebApi.Owin](https://github.com/z4kn4fein/stashbox-webapi-owin)
- [Stashbox.Web.Mvc](https://github.com/z4kn4fein/stashbox-web-mvc)
- [Stashbox.AspNet.SingalR](https://github.com/z4kn4fein/stashbox-signalr)
- [Stashbox.AspNet.SingalR.Owin](https://github.com/z4kn4fein/stashbox-signalr-owin)
- [Stashbox.Owin](https://github.com/z4kn4fein/stashbox-owin)
- [Stashbox.Extension.Wcf](https://github.com/devworker55/stashbox-extension-wcf)
- [Stashbox.Extensions.Dependencyinjection](https://github.com/z4kn4fein/stashbox-extensions-dependencyinjection)
- [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/DependencyInjection) adapter for ASP.NET Core.
Expand Down

0 comments on commit 5933bb5

Please sign in to comment.