Skip to content

Commit 2f40029

Browse files
committed
restrict to .NET Fx
1 parent 821754f commit 2f40029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/data-tools/create-a-sql-database-by-using-a-designer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ You can use Visual Studio to create and update a local database file in SQL Serv
2222

2323
To complete this walkthrough, you'll need the **.NET desktop development** and **Data storage and processing** workloads installed in Visual Studio. To install them, open **Visual Studio Installer** and choose **Modify** (or **More** > **Modify**) next to the version of Visual Studio you want to modify.
2424

25+
> [!NOTE]
26+
> The procedures in this article apply only to .NET Framework Windows Forms apps, not to .NET Core Windows Forms apps.
27+
2528
## Create a project and a local database file
2629

27-
1. Create a new **Windows Forms App** project and name it **SampleDatabaseWalkthrough**.
30+
1. Create a new **Windows Forms App (.NET Framework)** project and name it **SampleDatabaseWalkthrough**.
2831

2932
2. On the menu bar, select **Project** > **Add New Item**.
3033

0 commit comments

Comments
 (0)