Skip to content

Commit

Permalink
launch links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 28, 2019
1 parent 53c1f47 commit 0322222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/containers/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The Prism.Container.Extensions project currently has support for 3 third party Dependency Injection Containers:

- [DryIoc](https://github.com/dadhi/DryIoc)
- [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/Extensions)
- [Unity Container](https://github.com/unitycontainer/unity) - (not to be confused with Unity Game Development...)
- <a href="https://github.com/dadhi/DryIoc" target="_blank">DryIoc</a>
- <a href="https://github.com/aspnet/Extensions" target="_blank">Microsoft.Extensions.DependencyInjection</a>
- <a href="https://github.com/unitycontainer/unity" target="_blank">Unity Container</a> - (not to be confused with Unity Game Development...)

## Using the Containers

Expand Down

0 comments on commit 0322222

Please sign in to comment.