diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index 4b3abaf..8e99d96 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -116,7 +116,9 @@ public static ReadOnlySpan UnsafeDowncast(ReadOnlySpan s ## MSBuild `Condition` placement -On (older versions of?) VS, `Condition` is ignored if placed on a property/item. Create a new ``/``. +On (older versions of?) VS, `Condition` is ignored if placed on a property/item. +It's also ignored if placed on a `` (according to [docs](https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#adding-a-packagereference-condition) circa .NET 8). +Create a dedicated ``/``. ## MSBuild project evaluation (without build)