Also it seems to me like this is not working as intended... When I run dotnet --list-sdks, I get nothing.
Search Criteria
Package Details: aspnet-runtime-bin 9.0.7.sdk303-1
Package Actions
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 runtime (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | aspnet-runtime, aspnet-runtime-9.0 |
Provides: | aspnet-runtime, aspnet-runtime-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 48 |
Popularity: | 0.86 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-07-19 14:53 (UTC) |
Dependencies (1)
Required by (18)
- asf (requires aspnet-runtime)
- asf (requires aspnet-runtime) (make)
- asf-git (requires aspnet-runtime)
- asf-plugin-itemsmatcher (requires aspnet-runtime) (make)
- asf-plugin-mobileauthenticator (requires aspnet-runtime) (make)
- asf-plugin-monitoring (requires aspnet-runtime) (make)
- asf-plugin-periodicgc (requires aspnet-runtime) (make)
- asf-plugin-signinwithsteam (requires aspnet-runtime) (make)
- asf-plugin-steamtokendumper (requires aspnet-runtime) (make)
- bilibilitoolpro-git (requires aspnet-runtime)
- bililive-recorder (requires aspnet-runtime)
- boinc-manager-web-git (requires aspnet-runtime)
- btcpayserver (requires aspnet-runtime)
- dotnet-sdk-8.0.300-bin
- dotnet-sdk-bin
- iceshrimp.net (requires aspnet-runtime)
- iceshrimp.net-bin (requires aspnet-runtime)
- iceshrimp.net-git (requires aspnet-runtime)
Sources (4)
k8ie commented on 2019-10-02 19:27 (UTC)
k8ie commented on 2019-10-02 19:05 (UTC)
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.