Skip to content

Commit d2e0b1d

Browse files
authored
Fix CAUTION note
1 parent f97fcd8 commit d2e0b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msbuild-api-docs/xml/Microsoft.Build.Framework/CustomBuildEventArgs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<format type="text/markdown"><![CDATA[
3737
## Remarks
3838
> [!CAUTION]
39-
In .NET 8 and later and Visual Studio 17.8 and later, this type is deprecated; instead use <see cref="ExtendedCustomBuildEventArgs"/>.
40-
For more information, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs"/>
41-
For recommended replacement, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs#recommended-action" />.
39+
> In .NET 8 and later and Visual Studio 17.8 and later, this type is deprecated; instead use <see cref="ExtendedCustomBuildEventArgs"/>.
40+
> For more information, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs"/>
41+
> For recommended replacement, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs#recommended-action" />.
4242
]]></format>
4343
</remarks>
4444
</Docs>

0 commit comments

Comments
 (0)