@taotieren The SDK package installs most components. However, it does not install ASP.NET packages. I believe that ASP.NET packages should also be installed when installing the SDK.
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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »
Bluehill commented on 2025-01-13 02:29 (UTC)
taotieren commented on 2025-01-11 02:48 (UTC)
hi. can you add a meta package for dotnet-core-bin? Thanks for your help.
package_dotnet-core-bin() {
pkgdesc='The .NET Core meta'
depends=(
'dotnet-host-bin'
'aspnet-runtime-bin'
'dotnet-runtime-bin'
'dotnet-sdk-bin'
'netstandard-targeting-pack-bin'
'dotnet-targeting-pack-bin'
'aspnet-targeting-pack-bin'
)
provides=("dotnet-core=${_runtimever}" "dotnet-core-${_short_ver}")
conflicts=("dotnet-core=${_runtimever}" "dotnet-core-${_short_ver}")
}
Gr3q commented on 2024-12-24 15:48 (UTC)
It's been asked before. I removed it because it should be safe to do so, hopefully it won't cause any problems.
tronicdude commented on 2024-12-17 13:39 (UTC)
Builds fine for me, note tho: ==> WARNING: Library listed in 'depends' is not required by any files: libgssapi_krb5.so
This can be removed?
natep commented on 2024-10-11 21:55 (UTC) (edited on 2024-10-11 22:03 (UTC) by natep)
@jalf I am sorry but I am not able to reproduce the issue. I do not run into it in my environment and I've tried pamac and yay in a new Arch VM to ensure I had a fresh clean state to test again. What method are you using to install/update your AUR packages?
Do each of the installed dotnet packages show 8.0.10.sdk403-3?
jalf commented on 2024-10-11 13:38 (UTC)
@natep Hi, I'm still seeing update notifications, I've cleared cache, uninstalled and reinstalled, but I'm still seeing update notifications.
natep commented on 2024-10-11 00:37 (UTC)
Sorry folks, that is my mistake. I just pushed changes setting them both to pkgrel 3. Please comment again if you are still seeing the repeated updates still.
claymorwan commented on 2024-10-10 18:37 (UTC)
For some reason it keeps trying to update
username227 commented on 2024-10-09 16:54 (UTC) (edited on 2024-10-09 19:17 (UTC) by username227)
There's a discrepancy in the pkgrel between the pkgbuild and the srcinfo. the pkgbuild has a 1 and the srcinfo has a 2. This is making pamac very unhappy. If you could correct the srcinfo I'd appreciate it.
Gr3q commented on 2024-09-09 14:41 (UTC)
@cryptozio I'll install the maui workload myself and see if it breaks during update.
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.