Thanks for your work!
Search Criteria
Package Details: dotnet-targeting-pack-bin 9.0.1.sdk102-2
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 .NET Core targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | dotnet-targeting-pack, dotnet-targeting-pack-9.0 |
Provides: | dotnet-targeting-pack, dotnet-targeting-pack-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 47 |
Popularity: | 2.84 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-01-16 08:13 (UTC) |
Dependencies (1)
Required by (10)
- aspnet-targeting-pack-bin
- bililiverecorder-git (requires dotnet-targeting-pack) (make)
- discordrichpresencepresets-git (requires dotnet-targeting-pack) (make)
- dotnet-sdk-8.0.300-bin
- dotnet-sdk-bin
- fluxis-git (requires dotnet-targeting-pack) (make)
- freeserf.net (requires dotnet-targeting-pack) (make)
- openutau-git (requires dotnet-targeting-pack)
- reggie-git (requires dotnet-targeting-pack) (make)
- wacomareax11-git (requires dotnet-targeting-pack) (make)
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/0e717d01-aad7-475a-8b67-50c59cf043b1/6eaa1c636e15ec8e1b97b3438360c770/dotnet-sdk-9.0.102-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/555b12ca-d25f-4d4a-8c62-03b57998981e/b8f8f88c7809ea6c0e1d127deb18d8c6/dotnet-sdk-9.0.102-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/8f7ff743-f739-4b7c-835b-9405b3f7604f/b903530c774c08f30d3de3029f2e0bf9/dotnet-sdk-9.0.102-linux-arm.tar.gz
k8ie commented on 2019-10-03 09:24 (UTC)
Gr3q commented on 2019-10-02 19:52 (UTC) (edited on 2019-10-03 16:35 (UTC) by Gr3q)
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.
k8ie commented on 2019-10-02 19:27 (UTC)
Also it seems to me like this is not working as intended... When I run dotnet --list-sdks, I get nothing.
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.