Install .NET 10.0
## Install .NET10.0
<b><font color="red">Please install both the "SDK 10.0.x" of .NET10.0 and "Hosting Bundle".</font></b>
## Procedure
The installation procedure for .NET is as follows:
1. Install the SDK
1. Install the Hosting Bundle
## Install the SDK
1. Launch your browser and access the following URL.
https://dotnet.microsoft.com/download/dotnet/10.0
1. Download and install "SDK 10.0.x".

1. Launch the Command Prompt or PowerShell and execute the following command to confirm that "10.0.x" is displayed.
```
dotnet --version
```
## Install the Hosting Bundle
1. Download and install the "「Hosting Bundle」".
