Dotnet runtime: 7.0.2
Today I have to install and config dotnet runtime 7.0.2 in ubuntu server
Last updated
Today I have to install and config dotnet runtime 7.0.2 in ubuntu server
Last updated
NET is made up of the runtime and the SDK. The runtime is used to run a .NET app and might be included with the app. The SDK is used to create .NET apps and libraries. The .NET runtime is always installed with the SDK.
Download link Dotnet runtime 7.0.2:
Download link sdk:
Extract both files.
For sdk:
For runtime:
Check dotnet version:
To check dotnet runtimes:
Check dotnet information