Skip to content

Commit 7e2845c

Browse files
authored
Update aspnetcore/migration/fx-to-core/index.md
1 parent 5c237e9 commit 7e2845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/migration/fx-to-core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Many applications have cross-cutting concerns that span multiple layers and need
4343
Supporting libraries often have complex dependency relationships that require careful upgrade ordering:
4444

4545
* **Dependency tree complexity** - Libraries must be upgraded in postorder depth-first search ordering
46-
* **Multi-targeting requirements** - Libraries need to support all targeted framework versions.
46+
* **Multi-targeting requirements** - Libraries need to support all framework versions targeted by the app.
4747
* **API compatibility** - Ensuring libraries work with both framework versions during the migration period
4848
* **Testing complexity** - Each library upgrade requires thorough testing to ensure compatibility
4949

0 commit comments

Comments
 (0)