Skip to content

Commit 1073f0c

Browse files
authored
Update connect-csharp.md
1 parent 523c9f0 commit 1073f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/connect-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For this quickstart you need:
2020
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
2121
- Create an Azure Database for PostgreSQL Flexible server using [Azure portal](./quickstart-create-server-portal.md) <br/> or [Azure CLI](./quickstart-create-server-cli.md) if you do not have one.
2222
- Use the empty *postgres* database available on the server or create a [new database](./quickstart-create-server-portal.md#connect-to-the-postgresql-database-using-psql).
23-
- Install the [.NET SDK for your platform](/dotnet/core/install/windows?tabs=net50) (Windows, Ubuntu Linux, or macOS) for your platform.
23+
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
2424
- Install [Visual Studio](https://www.visualstudio.com/downloads/) to build your project.
2525
- Install [Npgsql](https://www.nuget.org/packages/Npgsql/) NuGet package in Visual Studio.
2626

0 commit comments

Comments
 (0)