@oech3 No point. This package group has been around since 2019.
Search Criteria
Package Details: aspnet-targeting-pack-bin 9.0.4.sdk203-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 targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | aspnet-targeting-pack, aspnet-targeting-pack-9.0 |
Provides: | aspnet-targeting-pack, aspnet-targeting-pack-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 47 |
Popularity: | 0.39 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2025-04-17 07:37 (UTC) |
Dependencies (1)
Required by (10)
- dotnet-sdk-6.0-bin (optional)
- dotnet-sdk-7.0-bin (optional)
- dotnet-sdk-8.0-bin (optional)
- dotnet-sdk-bin
- iceshrimp.net (requires aspnet-targeting-pack) (make)
- iceshrimp.net-git (requires aspnet-targeting-pack) (make)
- iceshrimp.net-pre (requires aspnet-targeting-pack) (make)
Sources (4)
xiota commented on 2025-04-24 19:22 (UTC)
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.
oech3 commented on 2025-04-24 11:36 (UTC)
Duprecating with https://archlinux.org/packages/extra/x86_64/aspnet-runtime/
Gr3q commented on 2025-03-03 20:57 (UTC)
@BishopWolf those are now dependencies of dotnet-sdk-bin
. You need to install them too, they are included in this package.
sl1pkn07 commented on 2025-03-02 20:46 (UTC)
whello. what package of dotnet provide msbuild?
greetings
BishopWolf commented on 2025-03-02 10:28 (UTC) (edited on 2025-03-02 10:29 (UTC) by BishopWolf)
I'm having these errors since the upgrade to 9.0.2
Error: Fallo al preparar transacción:
no se pudieron satisfacer las dependencias:
-
incapaz de satisfacer la dependencia ' aspnet-runtime-bin ' Requerido por dotnet-sdk-bin
-
incapaz de satisfacer la dependencia ' aspnet-targeting-pack-bin ' Requerido por dotnet-sdk-bin
Bluehill commented on 2025-01-15 23:34 (UTC)
Thanks for including ASP.NET in the SDK. However, it looks like aspnet-targeting-pack-bin
is still listed as an optional dependency.
Gr3q commented on 2025-01-15 20:33 (UTC) (edited on 2025-01-15 20:33 (UTC) by Gr3q)
Note when you upgrade to 9.0.1.sdk102 and you installed MAUI workloads you need to delete some files before you can successfully upgrade.
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/9.0.100/microsoft.net.sdk.maui/9.0.0/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/9.0.100/microsoft.net.sdk.maui/9.0.0/WorkloadManifest.targets exists in filesystem
Gr3q commented on 2025-01-15 09:35 (UTC)
@Bluehill I will match the SDK contents/installed provided by Microsoft which includes ASP.NET, so I will do the same.
The package is out of date anyway, I'll make the update later today.
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.