Skip to content

Commit 4f8dece

Browse files
committed
incorporated feedback
1 parent 6451a21 commit 4f8dece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/common-msbuild-project-items.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Represents assembly attributes to be generated as `[AssemblyMetadata(key, value)
154154
| Value | Required string. Becomes the second parameter (the value) in the `AssemblyMetadataAttribute` attribute constructor. |
155155

156156
> [!NOTE]
157-
> This applies to projects using the .NET Core SDK only.
157+
> This item applies to projects using the SDK for .NET 5 (and .NET Core) and later versions.
158158
159159
### InternalsVisibleTo
160160

@@ -166,7 +166,7 @@ Specifies assemblies to be emitted as `[InternalsVisibleTo(..)]` assembly attrib
166166
| Key | Optional string. The public key of the assembly. |
167167

168168
> [!NOTE]
169-
> This applies to projects using the .NET Core SDK only.
169+
> This item applies to projects using the SDK for .NET 5 (and .NET Core) and later versions.
170170
171171
### BaseApplicationManifest
172172

0 commit comments

Comments
 (0)