Skip to content

Commit b4cf6bf

Browse files
authored
Update NU1701.md (#3434)
1 parent 5e37700 commit b4cf6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/errors-and-warnings/NU1701.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ f1_keywords:
1515
> Package 'packageId' was restored using 'TargetFrameworkA' instead the project target framework 'TargetFrameworkB'. This package may not be fully compatible with your project.
1616
1717
### Issue
18-
`PackageTargetFallback` / `AssetTargetFallback` was used to select assets from a package. The warning let users know that the assets may not be 100% compatible.
18+
`AssetTargetFallback` was used to select assets from a package. The warning let users know that the assets may not be 100% compatible.
1919

2020
### Solution
2121
Change the project's target framework to one that the package supports.
2222

23-
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]
23+
[!INCLUDE [nugetsolver-tool](../../includes/nugetsolver-tool.md)]

0 commit comments

Comments
 (0)