From Fedora Project Wiki

No edit summary
No edit summary
Line 2: Line 2:
.NET Core and other related packages are mainted by the [[SIGs/DotNet|DotNet SIG]].
.NET Core and other related packages are mainted by the [[SIGs/DotNet|DotNet SIG]].


Starting with Fedora 32, .NET Core 3.1 packages are available in the standard repositories. The available packages are:
Starting with Fedora 32, .NET Core 3.1 and higher versions are available in the standard repositories.
 
* <code>dotnet-sdk-3.1</code>
* <code>dotnet-runtime-3.1</code>
* <code>aspnetcore-runtime-3.1</code>
 
 
As of 2020-11-12, .NET 5 packages are not available in the Fedora repositories. If you want to use .NET 5 in Fedora, we suggest using [https://dotnet.microsoft.com/download/dotnet/5.0 the "binaries" method]. If you really want to use RPM packages from Microsoft, please be aware that mixing packages from Microsoft and from Fedora might lead to unexpected issues. The binaries from Microsoft may also contain proprietary bits.
 
<pre>
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo wget -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/fedora/33/prod.repo
</pre>


If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.
If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.

Revision as of 04:07, 6 April 2021

DotNet in Fedora

.NET Core and other related packages are mainted by the DotNet SIG.

Starting with Fedora 32, .NET Core 3.1 and higher versions are available in the standard repositories.

If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.

References and packages

fedoraloves.net - All the info about C# and .NET Core in Fedora

Our dotnet packages on copr (open source)

Our dotnet packages in Fedora (open source, standard Fedora repository)

Microsoft's dotnet package (proprietary)

.NET Core API Reference

.NET Foundation GitHub

Useful Links

Packaging utilities for .NET Core (tarball, choco, msi, deb, pkg)

ASP.NET Training (Talks about .NET Core, ASP.NET Core, and VS Code.)

IDEs

Please see our developer portal pages C# IDEs in Fedora