@BrianAllred you are right, I reverted some changes but I missed dotnet-runtime-bin. Fixing it now
Search Criteria
Package Details: dotnet-targeting-pack-bin 10.0.1.sdk101-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 .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-10.0 |
| Provides: | dotnet-targeting-pack, dotnet-targeting-pack-10.0 |
| Submitter: | Gr3q |
| Maintainer: | Gr3q |
| Last Packager: | Gr3q |
| Votes: | 57 |
| Popularity: | 2.95 |
| First Submitted: | 2019-10-02 17:13 (UTC) |
| Last Updated: | 2025-12-11 09:15 (UTC) |
Dependencies (0)
Required by (11)
- aspnet-targeting-pack-bin
- bililiverecorder-git (requires dotnet-targeting-pack) (make)
- csharp-ls (requires dotnet-targeting-pack-10.0) (make)
- discordrichpresencepresets-git (requires dotnet-targeting-pack) (make)
- dotnet-sdk-bin
- fluxis-git (requires dotnet-targeting-pack) (make)
- freeserf.net (requires dotnet-targeting-pack) (make)
- openutau-git (requires dotnet-targeting-pack)
- pinta (requires dotnet-targeting-pack) (make)
- reggie-git (requires dotnet-targeting-pack) (make)
- wacomareax11-git (requires dotnet-targeting-pack) (make)
Sources (4)
Gr3q commented on 2025-11-25 16:50 (UTC)
BrianAllred commented on 2025-11-25 15:41 (UTC)
This package should probably provide dotnet-runtime. am2rlauncher requires dotnet-runtime>=6, but I receive the error installing dotnet-runtime-bin (10.0.0.sdk100-3) breaks dependency 'dotnet-runtime>=6' required by am2rlauncher when installing this package.
Gr3q commented on 2025-11-22 10:06 (UTC)
@jetersen you are right, that is now fixed
jetersen commented on 2025-11-21 08:06 (UTC)
@Gr3q I believe you missed dnx :) It is mentioned in the packaging docs as well. https://learn.microsoft.com/en-us/dotnet/core/distribution-packaging
it functions very much like npx for npm packages but just for .NET tools
Gr3q commented on 2025-11-20 17:04 (UTC)
I've removed netstandard-targeting-pack-bin from this package - link for package maintainers.
I verified that you can continue targeting netstandard2.0 without needing the targeting pack on dotnet10, for anything below you still need it (from a packaging perspective for sure...).
You can still get netstandard-targeting-pack from the official repos or if there is a demand I can create a completely separate package that provides it via dotnet9.
Gr3q commented on 2025-11-16 19:28 (UTC)
I will update this when I verified that netstandard-targeting-pack is meant to be missing from the official Microsoft release of .NET 10 Linux SDK.
ipaqmaster commented on 2025-05-07 05:03 (UTC)
This package has a circular dependency on itself (dotnet-runtime-bin) causing some build scripts to resolve until killed.
xiota commented on 2025-04-24 19:22 (UTC)
@oech3 No point. This package group has been around since 2019.
oech3 commented on 2025-04-24 18:54 (UTC)
How about renaming to dotnet-core-microsoft-bin etc...?
xiota commented on 2025-04-24 18:30 (UTC) (edited on 2025-04-24 18:31 (UTC) by xiota)
@oech3 This package is updated more frequently than the official packages, which is necessary to build some projects. This case may be considered to fall into the extra-features/patches exception for duplicates.
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.