-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Issue: Installing the Preview 7 .NET SDK on Azure Linux 3 via package manager (tdnf install dotnet-runtime-10.0
) does not install all components needed for a working installation.
Note that acquisition using the .NET install script is not effected by this issue.
Background: .NET Linux installer packages (.deb/.rpm) include dependency information which when installed using a Package Manager, resolves the dependencies and installs the necessary packages. The SDK should reference the Runtime, which then references other components such as the Dotnet Host.
Workaround: The installation can be completed by installing either dotnet-runtime
or aspnetcore-runtime
, depending on your need. e.g. tdnf install aspnetcore-runtime-10.0
The owning team is aware of the issue and are working on a fix. We will update this issue as we progress toward publishing the fix.