(→References and packages: add link to src.fedoraproject.org package) |
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 packages are available in the standard repositories. The available packages are: | Starting with Fedora 32, .NET Core 3.1 packages are available in the standard repositories. The available packages are: | ||
* <code>dotnet-sdk-3.1</code> | * <code>dotnet-sdk-3.1</code> | ||
* <code>dotnet-runtime-3.1</code> | * <code>dotnet-runtime-3.1</code> | ||
* <code>aspnetcore-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 22:59, 12 November 2020
DotNet in Fedora
.NET Core and other related packages are mainted by the DotNet SIG.
Starting with Fedora 32, .NET Core 3.1 packages are available in the standard repositories. The available packages are:
dotnet-sdk-3.1
dotnet-runtime-3.1
aspnetcore-runtime-3.1
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 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.
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
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.
- SIGs/DotNet 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)
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