Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 570 Bytes

linux-intro-sdk-vs-runtime.md

File metadata and controls

10 lines (8 loc) · 570 Bytes
author ms.author ms.date ms.topic
adegeo
adegeo
11/14/2023
include

Install the SDK (which includes the runtime) if you want to develop .NET apps. Or, if you only need to run apps, install the Runtime. If you're installing the Runtime, we suggest you install the ASP.NET Core Runtime as it includes both .NET and ASP.NET Core runtimes.

Use the dotnet --list-sdks and dotnet --list-runtimes commands to see which versions are installed. For more information, see How to check that .NET is already installed.