Sample Header Ad - 728x90

.NET SDK wouldn't show up on Fedora 36

0 votes
1 answer
274 views
Installed .NET and its dependencies by running
dnf install dotnet
After executing
--info
Host (useful for support):
  Version: 6.0.6
  Commit:  7cca709db2

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.6 [/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.6 [/usr/lib64/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download 
it showed no installed SDKs. Reinstalled (it was installed) dotnet-sdk-6.0.
dnf reinstall dotnet-sdk-6.0
Reinstalled successfully, still won't show up. Even tried
dnf install dotnet-sdk-6.0.x86_64
No result after installation.
--info
Shows that no SDKs are installed, even though they are. Please help me or show me my mistake.
Asked by Dor1ma (31 rep)
Jul 15, 2022, 04:36 PM
Last activity: Jul 15, 2022, 08:51 PM