Skip to content

Commit 77c3608

Browse files
committed
Address review: fix warning message format and add NU1704 to TOC
1 parent df60919 commit 77c3608

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
### [NU1701](reference/errors-and-warnings/NU1701.md)
203203
### [NU1702](reference/errors-and-warnings/NU1702.md)
204204
### [NU1703](reference/errors-and-warnings/NU1703.md)
205+
### [NU1704](reference/errors-and-warnings/NU1704.md)
205206
### [NU1900](reference/errors-and-warnings/NU1900.md)
206207
### [NU1901](reference/errors-and-warnings/NU1901-NU1904.md)
207208
### [NU1902](reference/errors-and-warnings/NU1901-NU1904.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ f1_keywords:
1010

1111
# NuGet Warning NU1704
1212

13-
> Package 'packageId' version uses the deprecated MonoAndroid framework instead of 'net6.0-android' or later. Consider upgrading to a newer version of this package or contacting the package author.
13+
> Package 'packageId' 'version' uses the deprecated MonoAndroid framework instead of 'net6.0-android' or later. Consider upgrading to a newer version of this package or contacting the package author.
1414
1515
### Issue
1616

0 commit comments

Comments
 (0)