From Fedora Project Wiki

No edit summary
(Add .NET 7)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== DotNet in Fedora ==
== DotNet in Fedora ==
.NET Core and other related packages are mainted by the [[SIGs/DotNet|DotNet SIG]].
.NET Core and other related packages in the standard Fedora repositories 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:
Currently, the following .NET and .NET Core versions are available in Fedora:


* <code>dotnet-sdk-3.1</code>
* .NET 7 (Fedora 36 and later)
* <code>dotnet-runtime-3.1</code>
* .NET 6 (Fedora 36 and later)
* <code>aspnetcore-runtime-3.1</code>
* .NET Core 3.1 '''EOL''' and unmaintained (Fedora 35, Fedora 36)
 
 
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.
Line 24: Line 16:
'''[https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/ Our dotnet packages on copr]''' (open source)
'''[https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/ Our dotnet packages on copr]''' (open source)


'''[https://src.fedoraproject.org/rpms/dotnet3.1 Our dotnet packages in Fedora]''' (open source, standard Fedora repository)
'''Our dotnet packages in Fedora: [https://src.fedoraproject.org/rpms/dotnet7.0 dotnet7.0], [https://src.fedoraproject.org/rpms/dotnet6.0 dotnet6.0] and [https://src.fedoraproject.org/rpms/dotnet3.1 dotnet3.1]''' (open source, standard Fedora repository)


[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (proprietary)
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (proprietary)

Latest revision as of 15:00, 23 January 2023

DotNet in Fedora

.NET Core and other related packages in the standard Fedora repositories are mainted by the DotNet SIG.

Currently, the following .NET and .NET Core versions are available in Fedora:

  • .NET 7 (Fedora 36 and later)
  • .NET 6 (Fedora 36 and later)
  • .NET Core 3.1 EOL and unmaintained (Fedora 35, Fedora 36)

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: dotnet7.0, dotnet6.0 and dotnet3.1 (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