DotNet
- DotNet
dotnet-sdk-3.1
- Microsoft's official open source .Net implementation.
- Developer:organizations and individuals
- License:MIT
DotNet is the official .NET implementation from Microsoft. Most .NET applications run perfectly on Mono, the community implementation of .NET with much longer history. However, some Visual Studio projects can only be built with DotNet.
Installation
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo zypper addrepo --refresh https://packages.microsoft.com/config/opensuse/15/prod.repo
.NET Core 3.1
sudo zypper install dotnet-sdk-3.1
.NET 6
sudo zypper install dotnet-sdk-6.0