Skip to content

Commit 57d2b74

Browse files
committed
Moving note to correct section
1 parent 0284347 commit 57d2b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

4343
## Reference a project SDK
4444

45-
> [!NOTE]
46-
> This is not currently supported in Visual Studio for Mac.
47-
4845
There are three ways to reference a project SDK:
4946

5047
1. Use the `Sdk` attribute on the `<Project/>` element:
@@ -57,6 +54,9 @@ During evaluation of the project, [!INCLUDE[vstecmsbuild](../extensibility/inter
5754

5855
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`.
5956

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

6262
```xml

0 commit comments

Comments
 (0)