Skip to content

Commit

Permalink
Update getting started .NET version (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
externl authored Nov 14, 2024
1 parent fe68640 commit ba3dcbf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Writing your first IceRPC + Protobuf client in C#

This tutorial is the second part of a two part series that shows how to create a
complete application with IceRPC + Protobuf for C#. We start from scratch—you just need to
have the .NET 8 SDK installed on your computer.
have the .NET 8 or 9 SDK installed on your computer.

The first part of this tutorial showed how to [create the server]. This part shows how to
create the client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Writing your first IceRPC + Protobuf server in C#

This tutorial is the first part of a two part series that shows how to create a
complete application with IceRPC + Protobuf for C#. We start from scratch—you just need to
have the .NET 8 SDK installed on your computer.
have the .NET 8 or 9 SDK installed on your computer.

The networked application we are building together consists of:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Writing your first IceRPC + Slice client in C#

This tutorial is the second part of a two part series that shows how to create a
complete application with IceRPC for C#. We start from scratch—you just need to
have the .NET 8 SDK installed on your computer.
have the .NET 8 or 9 SDK installed on your computer.

The first part of this tutorial showed how to [create the server]. This part shows how to
create the client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Writing your first IceRPC + Slice server in C#

This tutorial is the first part of a two part series that shows how to create a
complete application with IceRPC for C#. We start from scratch—you just need to
have the .NET 8 SDK installed on your computer.
have the .NET 8 or 9 SDK installed on your computer.

The networked application we are building together consists of:

Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Create a new IceRPC application from scratch with a few simple comm

This quickstart shows how to build and run a complete client-server application with IceRPC in just a few minutes.

Prerequisites: you just need to have the .NET 8 SDK installed on your computer.
Prerequisites: you just need to have the .NET 8 or 9 SDK installed on your computer.

The networked application we are building together consists of:

Expand Down

0 comments on commit ba3dcbf

Please sign in to comment.