Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Nov 12, 2023
1 parent 63b618e commit 3179658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This library contains extensions to objects only available when targeting Window

This is a set of libraries providing an abstraction layer to DI-containers, so you can use dependency injection and leverage the annotations of `System.Composition.AttributedModel` without having to commit to a specific DI-container.

Reusable adapters for MEF1, MEF2, and Ninject are available.
Reusable adapters for `Microsoft.Extensions.DependencyInjection`, `MEF1`, `MEF2`, and `Ninject` are available.

## TomsToolbox.ObservableCollections

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A set of core functions and classes to ease every days .Net development tasks.

----

Version 2.x has been refactored to support netstandard2.0/netcoreapp3.1//net5.0-windows, which required some breaking changes with version 1.x, and dropping support for .Net frameworks < 4.5
Version 2.x has been refactored to support netstandard2.0/NetFramework/DotNet, which required some breaking changes with version 1.x, and dropping support for .Net frameworks < 4.6

Sources of version 1.x can be found [here](https://github.com/tom-englert/TomsToolbox1)

Expand Down

0 comments on commit 3179658

Please sign in to comment.