.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
.NET Core and Mono are available on Fedora. .NET applications are developed using the C#, F# and VB.NET programming languages.
.NET Core is a general-purpose, modular, cross-platform and open-source development Platform.
To install .NET Core, add the .NET SIG’s copr repository repository and install the dotnet
package.
$ sudo dnf copr enable @dotnet-sig/dotnet
$ sudo dnf install dotnet
See the .NET Core page for more information.
Mono is a free and open source implementation of the .NET Framework.
To install Mono, simply type:
$ sudo dnf install mono-devel
See the Mono page for more information.
Authors: Radoslav Čáp, Tom Deseyn