Skip to content

Commit 3157228

Browse files
authored
Merge pull request #2530 from asb3993/amburns-projectsdk-note
Adding a note to indicate that feature isn't supported
2 parents 660f2ec + fb32c38 commit 3157228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/msbuild/how-to-use-project-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ During evaluation of the project, [!INCLUDE[vstecmsbuild](../extensibility/inter
5454

5555
An implicit import is added to the top and bottom of the project as discussed above. The format of the `Sdk` attribute is `Name[/Version]` where Version is optional. For example, you can specify `My.Custom.Sdk/1.2.3`.
5656

57+
> [!NOTE]
58+
> This is currently the only supported way to reference a project SDK in Visual Studio for Mac.
59+
5760
2. Use the top-level `<Sdk/>` element:
5861

5962
```xml

0 commit comments

Comments
 (0)