Hi! This week have 2 separated things changed: .NET 7 has officially been released, but .NET 6 LTS got it's next update to version 6.0.11 as well.
Are you planning to keep this package on the LTS version, or are you going to update it to .NET 7?
I guess probably the best choice would be to start actually maintaining both (or Arch Linux itself should start doing this?).
But I also know that AUR already has another .NET 7 package, but that's still the now obsolete preview version.
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.