File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
aspnetcore/migration/fx-to-core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Many applications have cross-cutting concerns that span multiple layers and need
4343Supporting 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
You can’t perform that action at this time.
0 commit comments