Skip to content

Commit da0860e

Browse files
committed
Add .NET SDK installation guide and references in docs
1 parent b820f74 commit da0860e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Docs/src/content/docs/guides/launchersetup.mdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide details how to set up the Mercury Launcher for local development, mod
1111
You will need:
1212

1313
- Latest version of [Git](https://git-scm.com) installed (expected as `git`, optional)
14-
- Latest version of [.NET](https://dotnet.microsoft.com) installed (expected as `dotnet`)
14+
- Latest version of the [.NET SDK](https://dotnet.microsoft.com) installed (expected as `dotnet`, [installation guide](/install/dotnet))
1515
- A terminal
1616

1717
## Instructions
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: .NET SDK
3+
description: Details on how to install the .NET SDK.
4+
---
5+
6+
[.NET](https://dotnet.microsoft.com) is a software framework used for building and running applications, working on multiple desktop platforms. The .NET SDK (Software Development Kit) includes the tools and libraries needed to develop .NET applications. At the time of writing, the latest version is [**v10.0.200**](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).
7+
8+
Check out the [installation guide](https://learn.microsoft.com/dotnet/core/install/) for detailed instructions. Alternatively, it may be possible to install the .NET SDK using a package manager of your choice.
9+
10+
After installation, the .NET SDK should be available from the command line with `dotnet`.

Docs/src/content/docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ To set up a production environment, install all tools from the [Baseline tools](
4646

4747
These are the tools needed to set up other parts of the Mercury Suite. They are not required for running Mercury Core.
4848

49-
- .NET SDK, used to build the [Launcher](/services/launcher)
49+
- The [.NET SDK](/install/dotnet), used to build the [Launcher](/services/launcher)

0 commit comments

Comments
 (0)