Edit: Tested, sdk is listed correctly.
All packages are part of this base, it should work correctly now.
let me know if its still not working.
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | The ASP.NET Core targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | aspnet-targeting-pack, aspnet-targeting-pack-8.0 |
Provides: | aspnet-targeting-pack, aspnet-targeting-pack-8.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q (natep) |
Last Packager: | natep |
Votes: | 42 |
Popularity: | 0.81 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2024-10-11 00:31 (UTC) |
Edit: Tested, sdk is listed correctly.
All packages are part of this base, it should work correctly now.
let me know if its still not working.
@satcom886 Yeah I know, requested its deletion so I could put it up again as part of this package base
@Gr3q dotnet-runtime-bin seems to have been orphaned... Do you think you would be able to take ownership of that package and update it? If you have the time of course.
Thanks for your work!
Right now this package base is unusable at the moment, because it half-depends on dotnet-runtime-bin (what is out of date version 2.2.6).
I contacted the maintainer and that (hopefully) will be sorted tomorrow. After that is sorted, I will start fixing the issues with it.
Also there were some typos for the aarch64 architecture, so that did not work, that should be fixed now.
Also it seems to me like this is not working as intended... When I run dotnet --list-sdks, I get nothing.
Could you please add an arm64 version as well? It seems Microsofts has it: https://dotnet.microsoft.com/download/dotnet-core/3.0#sdk-3.0.100
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.