It's been asked before. I removed it because it should be safe to do so, hopefully it won't cause any problems.
Search Criteria
Package Details: netstandard-targeting-pack-bin 9.0.0.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 Standard targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | netstandard-targeting-pack, netstandard-targeting-pack-2.1 |
Provides: | netstandard-targeting-pack, netstandard-targeting-pack-2.1 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 46 |
Popularity: | 2.92 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2024-12-24 15:47 (UTC) |
Dependencies (0)
Required by (17)
- dotnet-sdk-3.1-bin (requires netstandard-targeting-pack)
- dotnet-sdk-5.0-bin (requires netstandard-targeting-pack-2.1)
- dotnet-sdk-6.0-bin (requires netstandard-targeting-pack)
- dotnet-sdk-6.0.110-bin (requires netstandard-targeting-pack)
- dotnet-sdk-7.0-bin (requires netstandard-targeting-pack)
- dotnet-sdk-8.0-bin (requires netstandard-targeting-pack)
- dotnet-sdk-8.0.300-bin (requires netstandard-targeting-pack)
- dotnet-sdk-bin
- dotnet-sdk-preview-bin (requires netstandard-targeting-pack-2.1)
- dotnet-targeting-pack-3.0 (requires netstandard-targeting-pack-2.1)
- dotnet-targeting-pack-3.1-bin (requires netstandard-targeting-pack)
- dotnet-targeting-pack-5.0-bin (requires netstandard-targeting-pack-2.1)
- dotnet-targeting-pack-6.0-bin (requires netstandard-targeting-pack)
- dotnet-targeting-pack-7.0-bin (requires netstandard-targeting-pack)
- dotnet-targeting-pack-8.0-bin (requires netstandard-targeting-pack)
- dotnet-targeting-pack-bin
- dotnet-targeting-pack-preview-bin (requires netstandard-targeting-pack-2.1)
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/93a7156d-01ef-40a1-b6e9-bbe7602f7e8b/3c93e90c63b494972c44f073e15bfc26/dotnet-sdk-9.0.101-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/d74fd2dd-3384-4952-924b-f5d492326e35/e91d8295d4cbe82ba3501e411d78c9b8/dotnet-sdk-9.0.101-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/fa0fa6b6-8db2-441e-a393-2dd2f5c841b9/19b664790a03e20ce4069449eaa74b21/dotnet-sdk-9.0.101-linux-arm.tar.gz
Gr3q commented on 2024-12-24 15:48 (UTC)
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.
natep commented on 2024-08-16 14:42 (UTC) (edited on 2024-08-16 14:43 (UTC) by natep)
@cryptozio maybe try to update your workloads? "dotnet workload update"
As a quick sanity check, I spun up a new arch virtual environment and installed dotnet, maui-android and android workloads, installed JDK, Android SDK and created a new "maui" template project. "dotnet build" just worked and at no time did I get an conflicts so I'm really not sure.
Edit: accidentally had workload list instead of update
cryptozio commented on 2024-08-16 11:51 (UTC)
I think those are related that I installed maui-android and android workloads through dotnet workload install command, but how else could I do it.
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.