Skip to content

Commit eac8b9d

Browse files
Update docs/msbuild/errors/msb3825.md
Co-authored-by: Rainer Sigwald <[email protected]>
1 parent a8a8d35 commit eac8b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb3825.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For .NET 8 and earlier, you can suppress the warning either by setting the `Gene
5454
<!-- other properties -->
5555
<GenerateResourceWarnOnBinaryFormatterUse>false<GenerateResourceWarnOnBinaryFormatterUse>
5656
<!-- or -->
57-
<NoWarn>`$(NoWarn);MSB3825</NoWarn>
57+
<NoWarn>$(NoWarn);MSB3825</NoWarn>
5858
</PropertyGroup>
5959
```
6060

0 commit comments

Comments
 (0)