.NET in AL2027
AL2027 Preview
AL2027 is currently available for preview. It is intended for evaluation and testing only and is not recommended for production workloads.
With AL2027, you can use the .NET runtime and SDK, version 10.0. .NET 6.0, 8.0, and 9.0 from AL2023 are not available in AL2027 at this time.
Migrating to .NET 10
If you are moving an application from AL2023 that targets .NET 8.0 or 9.0,
for more information about upgrading, see the
.NET 10 migration guide
Installing .NET on AL2027
To install the .NET SDK, use the dnf command:
sudo dnf install dotnet-sdk-10.0
To install only the runtime without the SDK, use the following command:
sudo dnf install dotnet-runtime-10.0